diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3edabd..29f1693 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: node-version: '16' - name: Cache node modules - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 env: cache-name: cache-node-modules with: