File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
distribution : ' zulu'
23
23
java-version : ' 8'
24
24
- name : Cache Gradle packages
25
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
25
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 24
24
distribution : ' zulu'
25
25
java-version : ' 11'
26
26
- name : Cache Gradle packages
27
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
27
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
28
with :
29
29
path : ~/.gradle/caches
30
30
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 22
22
distribution : ' zulu'
23
23
java-version : ' 8'
24
24
- name : Cache Gradle packages
25
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
25
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 29
29
distribution : ' zulu'
30
30
java-version : ' 8'
31
31
- name : Cache Gradle packages
32
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
32
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 28
28
distribution : ' zulu'
29
29
java-version : ' 8'
30
30
- name : Cache Gradle packages
31
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
31
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32
32
with :
33
33
path : ~/.gradle/caches
34
34
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments