File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
echo "TESTFLAGS=${testFlags}" >> $GITHUB_ENV
138
138
-
139
139
name : Checkout
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
-
142
142
name : Expose GitHub Runtime
143
143
uses : crazy-max/ghaction-github-runtime@v3
Original file line number Diff line number Diff line change 43
43
steps :
44
44
-
45
45
name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
-
48
48
name : Prepare
49
49
id : prep
86
86
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
87
87
-
88
88
name : Checkout
89
- uses : actions/checkout@v4
89
+ uses : actions/checkout@v5
90
90
with :
91
91
fetch-depth : 0
92
92
-
@@ -194,7 +194,7 @@ jobs:
194
194
steps :
195
195
-
196
196
name : Checkout
197
- uses : actions/checkout@v4
197
+ uses : actions/checkout@v5
198
198
-
199
199
name : Expose GitHub Runtime
200
200
uses : crazy-max/ghaction-github-runtime@v3
@@ -245,7 +245,7 @@ jobs:
245
245
steps :
246
246
-
247
247
name : Checkout
248
- uses : actions/checkout@v4
248
+ uses : actions/checkout@v5
249
249
-
250
250
name : Login to DockerHub
251
251
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 98
98
steps :
99
99
-
100
100
name : Checkout
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
-
103
103
name : Expose GitHub Runtime
104
104
uses : crazy-max/ghaction-github-runtime@v3
Original file line number Diff line number Diff line change 99
99
fi
100
100
-
101
101
name : Checkout
102
- uses : actions/checkout@v4
102
+ uses : actions/checkout@v5
103
103
-
104
104
name : Expose GitHub Runtime
105
105
uses : crazy-max/ghaction-github-runtime@v3
@@ -149,7 +149,7 @@ jobs:
149
149
steps :
150
150
-
151
151
name : Checkout
152
- uses : actions/checkout@v4
152
+ uses : actions/checkout@v5
153
153
-
154
154
name : Login to DockerHub
155
155
uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
shell : bash
133
133
-
134
134
name : Checkout
135
- uses : actions/checkout@v4
135
+ uses : actions/checkout@v5
136
136
-
137
137
name : Expose GitHub Runtime
138
138
uses : crazy-max/ghaction-github-runtime@v3
@@ -208,7 +208,7 @@ jobs:
208
208
steps :
209
209
-
210
210
name : Checkout
211
- uses : actions/checkout@v4
211
+ uses : actions/checkout@v5
212
212
-
213
213
name : Download artifacts
214
214
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 31
31
steps :
32
32
-
33
33
name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
-
36
36
name : Matrix
37
37
id : matrix
You can’t perform that action at this time.
0 commit comments