diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce5f694..7ec5353 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: node-version: '20' - name: Cache node modules - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 env: cache-name: cache-node-modules with: