diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 163a067..8455ca7 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: cache: 'npm' - name: Restore cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | **/node_modules