From f1a604b38524a8a795dbf2bf1af22aa110752a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:04:26 +0000 Subject: [PATCH] ci(deps): bump actions/checkout in the all-github-actions group Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 571c4d3..51dfac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: golangci-lint uses: reviewdog/action-golangci-lint@v2.10.0 test: @@ -26,7 +26,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: go test run: go test -v -race -coverprofile=profile.cov ./...