diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6671ff4..5141842 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)" - name: Cache go modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ${{ steps.cache-paths.outputs.go-cache }}