File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 node-version : ' 12.x'
4343
4444 - name : Cache dependencies
45- uses : actions/cache@v2
45+ uses : actions/cache@v4
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@v4
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@v2
62+ uses : actions/cache@v4
6363 with :
6464 path : .deploy/publish
6565 key : ${{ hashFiles('.bundles.json') }}-${{ hashFiles('template/p*/**') }}-${{ hashFiles('content/**') }}-${{ steps.isg_state.outputs.rand }}
@@ -179,7 +179,7 @@ jobs:
179179 - name : Cache output force update
180180 if : steps.new_isg_state.outputs.rand != steps.isg_state.outputs.rand
181181 continue-on-error : true
182- uses : actions/cache@v2
182+ uses : actions/cache@v4
183183 with :
184184 path : .deploy/publish
185185 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