File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 registry-url : ' https://registry.npmjs.org'
2424
2525 - name : Cache NPM modules
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.npm
2929 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3232 curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL" | jq -r '.value' > $AWS_WEB_IDENTITY_TOKEN_FILE
3333
3434 - name : Cache NPM modules
35- uses : actions/cache@v4
35+ uses : actions/cache@v5
3636 with :
3737 path : ~/.npm
3838 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2525 node-version : ' 20.x'
2626
2727 - name : Cache NPM modules
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7070 node-version : ' 20.x'
7171
7272 - name : Cache NPM modules and Playwright browsers
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : |
7676 ~/.npm
Original file line number Diff line number Diff line change 2929 registry-url : ' https://registry.npmjs.org'
3030
3131 - name : Cache NPM modules
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ~/.npm
3535 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments