File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 run : echo "prefix=$(( $(date +%s) / 60 / 60 / 24 / 120 ))" >> $GITHUB_OUTPUT
8686
8787 - name : Restore cache using package-lock.json hash
88- uses : actions/cache@v3
88+ uses : actions/cache@v4
8989 if : ${{ !inputs.no-lockfile }}
9090 with :
9191 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
9494 ${{ runner.os }}-node-${{ steps.npm-timed-expiration.outputs.prefix }}-
9595
9696 - name : Restore cache using package.json hash
97- uses : actions/cache@v3
97+ uses : actions/cache@v4
9898 if : ${{ inputs.no-lockfile }}
9999 with :
100100 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 run : echo "prefix=$(( $(date +%s) / 60 / 60 / 24 / 120 ))" >> $GITHUB_OUTPUT
127127
128128 - name : Restore cache using package-lock.json hash
129- uses : actions/cache@v3
129+ uses : actions/cache@v4
130130 if : (inputs.npm-pre-sync-script || inputs.npm-post-sync-script) && !inputs.no-lockfile
131131 with :
132132 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
@@ -135,7 +135,7 @@ jobs:
135135 ${{ runner.os }}-node-${{ steps.npm-timed-expiration.outputs.prefix }}-
136136
137137 - name : Restore cache using package.json hash
138- uses : actions/cache@v3
138+ uses : actions/cache@v4
139139 if : (inputs.npm-pre-sync-script || inputs.npm-post-sync-script) && inputs.no-lockfile
140140 with :
141141 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change 9595 run : echo "prefix=$(( $(date +%s) / 60 / 60 / 24 / 120 ))" >> $GITHUB_OUTPUT
9696
9797 - name : Restore cache using package-lock.json hash
98- uses : actions/cache@v3
98+ uses : actions/cache@v4
9999 if : ${{ !inputs.no-lockfile }}
100100 with :
101101 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
@@ -104,7 +104,7 @@ jobs:
104104 ${{ runner.os }}-node-${{ steps.npm-timed-expiration.outputs.prefix }}-
105105
106106 - name : Restore cache using package.json hash
107- uses : actions/cache@v3
107+ uses : actions/cache@v4
108108 if : ${{ inputs.no-lockfile }}
109109 with :
110110 path : ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
You can’t perform that action at this time.
0 commit comments