File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 6
6
paths-ignore :
7
7
- ' **/README.md'
8
8
- ' smoke-tests/matrix'
9
- pull_request_target :
10
- branches :
11
- - main
9
+ pull_request :
12
10
13
11
jobs :
14
12
build :
28
26
29
27
- name : Cache packages
30
28
id : cache-packages
31
- uses : actions/cache@v2
29
+ uses : actions/cache@v4
32
30
with :
33
31
path : ~/.gradle
34
32
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
57
55
58
56
- name : Cache packages
59
57
id : cache-packages
60
- uses : actions/cache@v2
58
+ uses : actions/cache@v4
61
59
with :
62
60
path : ~/.gradle
63
61
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
88
86
#
89
87
# - name: Cache packages
90
88
# id: cache-packages
91
- # uses: actions/cache@v2
89
+ # uses: actions/cache@v4
92
90
# with:
93
91
# path: ~/.gradle
94
92
# key: gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
Original file line number Diff line number Diff line change 19
19
20
20
- name : Cache packages
21
21
id : cache-packages
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.gradle
25
25
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
52
52
53
53
- name : Cache packages
54
54
id : cache-packages
55
- uses : actions/cache@v2
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ~/.gradle
58
58
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
82
82
83
83
- name : Cache packages
84
84
id : cache-packages
85
- uses : actions/cache@v2
85
+ uses : actions/cache@v4
86
86
with :
87
87
path : ~/.gradle
88
88
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
Original file line number Diff line number Diff line change 30
30
31
31
- name : Cache packages
32
32
id : cache-packages
33
- uses : actions/cache@v2
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/.gradle
36
36
key : gradle-packages-${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/checksum.txt') }}
You can’t perform that action at this time.
0 commit comments