diff --git a/.github/workflows/prepare-and-deploy.yml b/.github/workflows/prepare-and-deploy.yml index 854e4f4..9b94743 100644 --- a/.github/workflows/prepare-and-deploy.yml +++ b/.github/workflows/prepare-and-deploy.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}