From 3ba549eb3502e574893ed30ec9e20f22f6afeafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:52:57 +0000 Subject: [PATCH] fix(deps): 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/dependency-review.yml | 2 +- .github/workflows/go-build-test-cover.yml | 2 +- .github/workflows/go-security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 02467c3..9f03146 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 'Dependency Review' uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/go-build-test-cover.yml b/.github/workflows/go-build-test-cover.yml index 05c82b8..032b496 100644 --- a/.github/workflows/go-build-test-cover.yml +++ b/.github/workflows/go-build-test-cover.yml @@ -14,7 +14,7 @@ jobs: build-test-cover: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 diff --git a/.github/workflows/go-security.yml b/.github/workflows/go-security.yml index dfa06b7..68e77cc 100644 --- a/.github/workflows/go-security.yml +++ b/.github/workflows/go-security.yml @@ -23,7 +23,7 @@ jobs: GOPATH: ${{ github.workspace }} steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Go uses: actions/setup-go@v6 with: