File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 node-version : ' 14.x'
4343
4444 - name : Cache dependencies
45- uses : actions/cache@v3
45+ uses : actions/cache@v5
4646 with :
4747 path : ~/.npm
4848 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 4141 node-version : ' 20.x'
4242
4343 - name : Cache dependencies
44- uses : actions/cache@v3
44+ uses : actions/cache@v5
4545 with :
4646 path : ~/.npm
4747 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5959
6060 - name : Cache output
6161 continue-on-error : true
62- uses : actions/cache@v3
62+ uses : actions/cache@v5
6363 with :
6464 path : .deploy/publish
6565 key : ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }}
@@ -180,7 +180,7 @@ jobs:
180180 - name : Cache output force update
181181 if : steps.new_isg_state.outputs.rand != steps.isg_state.outputs.rand
182182 continue-on-error : true
183- uses : actions/cache@v3
183+ uses : actions/cache@v5
184184 with :
185185 path : .deploy/publish
186186 key : ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.new_isg_state.outputs.rand }}
You can’t perform that action at this time.
0 commit comments