From aa08b744117672fec928863432d376cdc70e1f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:03:31 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [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/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout 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 56eb1c4..0fbad99 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@v4.1.4 + uses: actions/checkout@v4.1.5 - name: golangci-lint uses: reviewdog/action-golangci-lint@v2.6.1 test: @@ -26,7 +26,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: go test run: go test -v -race -coverprofile=profile.cov ./... - name: Send coverage