diff --git a/nodejs/action.yaml b/nodejs/action.yaml index b5078dd..fc9b483 100644 --- a/nodejs/action.yaml +++ b/nodejs/action.yaml @@ -41,7 +41,7 @@ runs: - name: Cache node modules if: ${{ inputs.MODULES_CACHE == 'true' }} id: cache-nodemodules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: