From d34a17a1f45fdd4bbabc5ff85af3e995918b05ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:10:13 +0000 Subject: [PATCH] chore: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/test.yml | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b5f9983b..443fe4aef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2c700d111..13fb531d7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,7 +33,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7af920e05..813a47172 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: 24 @@ -87,7 +87,7 @@ jobs: steps: - run: echo version v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d407b801..cc2a49e7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-24.04 # Service containers to run with `container-job` steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: @@ -72,7 +72,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: @@ -113,7 +113,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: @@ -148,7 +148,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 20 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Single arch: the findings are properties of the base image and the lockfile, neither of # which differs per architecture, so scanning both legs would only double the runtime. @@ -190,7 +190,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: @@ -265,7 +265,7 @@ jobs: ports: - 6379:6379 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 24 uses: actions/setup-node@v6 with: