From c5ed1004ed02532d50bbfdbb72c12e9e826c4381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:53:52 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c913ed4..78dd8f6 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@v6.0.2 + uses: actions/checkout@v6.0.3 - name: golangci-lint uses: reviewdog/action-golangci-lint@v2.7.2 test: @@ -26,7 +26,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: go test run: go test -v -race -coverprofile=profile.cov ./... #- name: Send coverage