File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 75
75
distribution : corretto
76
76
java-version : ' 17'
77
77
- name : Cache (Java)
78
- uses : actions/cache@v3
78
+ uses : actions/cache@v4
79
79
if : ${{ matrix.language == 'java' }}
80
80
with :
81
81
path : |
90
90
with :
91
91
node-version : ' 16'
92
92
- name : Cache (NodeJS)
93
- uses : actions/cache@v3
93
+ uses : actions/cache@v4
94
94
if : ${{ matrix.language == 'nodejs' }}
95
95
with :
96
96
path : |
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
python-version : ' 3.x'
106
106
- name : Cache (Python)
107
- uses : actions/cache@v3
107
+ uses : actions/cache@v4
108
108
if : ${{ matrix.language == 'python' }}
109
109
with :
110
110
path : |
Original file line number Diff line number Diff line change 27
27
- name : Set up Docker Buildx
28
28
uses : docker/setup-buildx-action@v3
29
29
- name : Cache Docker layers
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : /tmp/.buildx-cache
33
33
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 92
92
distribution : corretto
93
93
java-version : ' 17'
94
94
- name : Cache (Java)
95
- uses : actions/cache@v3
95
+ uses : actions/cache@v4
96
96
with :
97
97
path : |
98
98
~/go/pkg/mod
Original file line number Diff line number Diff line change 36
36
with :
37
37
python-version : ' 3.x'
38
38
- name : Cache (Python)
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : |
42
42
~/go/pkg/mod
Original file line number Diff line number Diff line change 46
46
with :
47
47
node-version : ' 16'
48
48
- name : Cache (NodeJS)
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
if : ${{ matrix.language == 'nodejs' }}
51
51
with :
52
52
path : |
Original file line number Diff line number Diff line change 32
32
distribution : corretto
33
33
java-version : ' 17'
34
34
- name : Cache (Java)
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
if : ${{ matrix.language == 'java' }}
37
37
with :
38
38
path : |
47
47
with :
48
48
node-version : ' 16'
49
49
- name : Cache (NodeJS)
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
if : ${{ matrix.language == 'nodejs' }}
52
52
with :
53
53
path : |
61
61
with :
62
62
python-version : ' 3.x'
63
63
- name : Cache (Python)
64
- uses : actions/cache@v3
64
+ uses : actions/cache@v4
65
65
if : ${{ matrix.language == 'python' }}
66
66
with :
67
67
path : |
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
distribution : corretto
221
221
java-version : ' 17'
222
222
- name : Cache (Java)
223
- uses : actions/cache@v3
223
+ uses : actions/cache@v4
224
224
if : ${{ env.TEST_LANGUAGE == 'java' }}
225
225
with :
226
226
path : |
@@ -235,7 +235,7 @@ jobs:
235
235
with :
236
236
node-version : ' 16'
237
237
- name : Cache (NodeJS)
238
- uses : actions/cache@v3
238
+ uses : actions/cache@v4
239
239
if : ${{ env.TEST_LANGUAGE == 'nodejs' }}
240
240
with :
241
241
path : |
@@ -249,7 +249,7 @@ jobs:
249
249
with :
250
250
python-version : ' 3.x'
251
251
- name : Cache (Python)
252
- uses : actions/cache@v3
252
+ uses : actions/cache@v4
253
253
if : ${{ env.TEST_LANGUAGE == 'python' }}
254
254
with :
255
255
path : |
Original file line number Diff line number Diff line change 75
75
distribution : corretto
76
76
java-version : ' 17'
77
77
- name : Cache (Java)
78
- uses : actions/cache@v3
78
+ uses : actions/cache@v4
79
79
if : ${{ matrix.language == 'java' }}
80
80
with :
81
81
path : |
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
node-version : ' 16'
102
102
- name : Cache (NodeJS)
103
- uses : actions/cache@v3
103
+ uses : actions/cache@v4
104
104
if : ${{ matrix.language == 'nodejs' }}
105
105
with :
106
106
path : |
@@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
python-version : ' 3.x'
116
116
- name : Cache (Python)
117
- uses : actions/cache@v3
117
+ uses : actions/cache@v4
118
118
if : ${{ matrix.language == 'python' }}
119
119
with :
120
120
path : |
You can’t perform that action at this time.
0 commit comments