diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e85feca..5e7cd92 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.0.11 + uses: actions/cache@v3.2.2 env: cache-name: cache-node-modules with: