diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 268b262..b84b61d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: id: test continue-on-error: true run: go test -race -coverprofile=cover.out -covermode=atomic ./... - - uses: k1LoW/octocov-action@1ad702b3118b6a055c00b01db68ca0d9f6641dbc # v1.4.0 + - uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1.5.0 if: ${{ matrix.go_version == 'stable' && steps.test.outcome == 'success' }} - uses: aquaproj/aqua-installer@5e54e5cee8a95ee2ce7c04cb993da6dfad13e59c # v3.1.2 with: