diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1decd24aed4..ccc2b7b80f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: id: npm-cache-dir run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Cache entire NPM cache directory (see previous step) path: ${{ steps.npm-cache-dir.outputs.dir }}