From 6d425d686558d9be97f54ceb2f6014a6fa2a420a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:02:44 +0000 Subject: [PATCH] Bump actions/checkout in the all-dependencies group across 1 directory Bumps the all-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ee6034..0f476dd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 @@ -30,7 +30,7 @@ jobs: integration-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Integration test # `docker build` _is_ the test, if it fails, the test has failed. run: docker build -f test/Dockerfile . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c1259b..b931566 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - goarch: arm64 goos: windows steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: wangyoucao577/go-release-action@v1.55 with: github_token: ${{ secrets.GITHUB_TOKEN }}