File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 distribution : " temurin"
4848 java-version-file : " .tool-versions"
4949 - name : " Use cache"
50- uses : actions/cache@v4
50+ uses : actions/cache@v5
5151 timeout-minutes : 10
5252 with :
5353 key : " build-${{ hashFiles('conf-2.sh') }}"
@@ -257,7 +257,7 @@ jobs:
257257 conf-2.sh
258258 sparse-checkout-cone-mode : false
259259 - name : " Ping cache" # Cache expiration: 7 days
260- uses : actions/cache@v4
260+ uses : actions/cache@v5
261261 timeout-minutes : 5
262262 with :
263263 key : " build-${{ hashFiles('conf-2.sh') }}"
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v6
2323 - name : " Use cache"
2424 id : cache-step
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 timeout-minutes : 5
2727 with :
2828 key : " perms-${{ hashFiles('tools/dl-perm-list.sh') }}"
6464 tools/dl-perm-list.sh
6565 sparse-checkout-cone-mode : false
6666 - name : " Ping cache" # Cache expiration: 7 days
67- uses : actions/cache@v4
67+ uses : actions/cache@v5
6868 timeout-minutes : 5
6969 with :
7070 key : " perms-${{ hashFiles('tools/dl-perm-list.sh') }}"
Original file line number Diff line number Diff line change 4141 - name : " Prepare cache"
4242 id : cache-action
4343 if : " ${{ runner.os == 'Linux' }}"
44- uses : actions/cache@v4
44+ uses : actions/cache@v5
4545 with :
4646 path : " cache/shells"
4747 key : " ${{ env.cache-key }}-${{ runner.os }}"
You can’t perform that action at this time.
0 commit comments