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