diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f360911c0fb..996dda0d75e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,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 }}