diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 644ccf17..a4f290fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/go/pkg/mod @@ -89,7 +89,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/go/pkg/mod @@ -133,7 +133,7 @@ jobs: node-version: '10.8.x' - name: Cache Node.js modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}