diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d02f30e..1eda323 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: id: npm-cache-dir run: | echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}