From bfca18c1b00a6d1e2a9632f7aab2820fd7697b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:20:22 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 (#21922) Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index cdd9c3809..def777b62 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -22,6 +22,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Codespell uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c2a47841c..af5d1c0ac 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to the Container registry uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a45e8a8d3..fcfa64e88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 @@ -222,7 +222,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go ${{ env.latest_go }} uses: actions/setup-go@v6 @@ -244,7 +244,7 @@ jobs: checks: write steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go ${{ env.latest_go }} uses: actions/setup-go@v6 @@ -289,7 +289,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta