From 528a4b0c89a9dcb7c36778dbfc0e1e0742c290ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:07:07 +0000 Subject: [PATCH] GitHub Actions: Bump actions/checkout in the gh-dependencies group Bumps the gh-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/lint.yml | 2 +- .github/workflows/query-performance.yml | 2 +- .github/workflows/snapshots.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c4289ab0..ab047be98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: sysctl -w vm.mmap_rnd_bits=28 - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: { 'fetch-depth': 0 } - name: Install unzip (for tests) and zstd (for faster caching) @@ -167,7 +167,7 @@ jobs: run: sysctl -w vm.mmap_rnd_bits=28 - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: { 'fetch-depth': 0 } - name: Install zstd (for faster caching) @@ -219,7 +219,7 @@ jobs: # --health-timeout 5s # --health-retries 5 # steps: - # - uses: actions/checkout@v5 + # - uses: actions/checkout@v6 # - name: Select Xcode 11.4 # run: sudo xcode-select -s /Applications/Xcode_11.4.app # - name: Log Xcode version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9dbe0a7da..93858bf66 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint Front-End run: make lint-front-end - name: Build Front-End diff --git a/.github/workflows/query-performance.yml b/.github/workflows/query-performance.yml index 65a50ab2a..b2ca3cba7 100644 --- a/.github/workflows/query-performance.yml +++ b/.github/workflows/query-performance.yml @@ -31,7 +31,7 @@ jobs: image: registry.gitlab.com/finestructure/spi-base:2.1.0 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: { 'fetch-depth': 0 } - name: Install unzip (for tests) and zstd (for faster caching) diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index edc55d15e..2d2f2ce98 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Build Front-End