From 75c0ad2c129c0e104267bc7dc44eec85c411b144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:04:03 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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.1...v4.1.2) --- 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 9a99906..1daf8c9 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.1 + uses: actions/checkout@v4.1.2 - 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.1 + uses: actions/checkout@v4.1.2 - name: go test run: go test -v -race -coverprofile=profile.cov ./... - name: Send coverage