diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b93c5f276..f906fe8b3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Cache go module - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 id: cache-gomodules with: path: ~/go/pkg/mod