File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Cache packages
3030 id : cache-packages
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.gradle
3434 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
5757
5858 - name : Cache packages
5959 id : cache-packages
60- uses : actions/cache@v2
60+ uses : actions/cache@v4
6161 with :
6262 path : ~/.gradle
6363 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
8888#
8989# - name: Cache packages
9090# id: cache-packages
91- # uses: actions/cache@v2
91+ # uses: actions/cache@v4
9292# with:
9393# path: ~/.gradle
9494# key: gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
Original file line number Diff line number Diff line change 1919
2020 - name : Cache packages
2121 id : cache-packages
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.gradle
2525 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
5252
5353 - name : Cache packages
5454 id : cache-packages
55- uses : actions/cache@v2
55+ uses : actions/cache@v4
5656 with :
5757 path : ~/.gradle
5858 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
8282
8383 - name : Cache packages
8484 id : cache-packages
85- uses : actions/cache@v2
85+ uses : actions/cache@v4
8686 with :
8787 path : ~/.gradle
8888 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
Original file line number Diff line number Diff line change 3030
3131 - name : Cache packages
3232 id : cache-packages
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : ~/.gradle
3636 key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
You can’t perform that action at this time.
0 commit comments