@@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Git Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Set up JDK 17
20
- uses : actions/setup-java@v4
20
+ uses : actions/setup-java@v5
21
21
with :
22
22
distribution : ' temurin'
23
23
java-version : 17
@@ -32,10 +32,10 @@ jobs:
32
32
# #needs: [scala-library-nonbootstrapped] Add when we add support for caching here
33
33
steps :
34
34
- name : Git Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
37
37
- name : Set up JDK 17
38
- uses : actions/setup-java@v4
38
+ uses : actions/setup-java@v5
39
39
with :
40
40
distribution : ' temurin'
41
41
java-version : 17
@@ -50,10 +50,10 @@ jobs:
50
50
needs : [scala3-compiler-nonbootstrapped, scala3-sbt-bridge-nonbootstrapped, scala-library-nonbootstrapped, scala3-library-nonbootstrapped]
51
51
steps :
52
52
- name : Git Checkout
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Set up JDK 17
56
- uses : actions/setup-java@v4
56
+ uses : actions/setup-java@v5
57
57
with :
58
58
distribution : ' temurin'
59
59
java-version : 17
@@ -68,10 +68,10 @@ jobs:
68
68
# #needs: [scala-library-bootstrapped] Add when we add support for caching here
69
69
steps :
70
70
- name : Git Checkout
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
73
73
- name : Set up JDK 17
74
- uses : actions/setup-java@v4
74
+ uses : actions/setup-java@v5
75
75
with :
76
76
distribution : ' temurin'
77
77
java-version : 17
@@ -86,10 +86,10 @@ jobs:
86
86
# #needs: [scala3-library-nonbootstrapped] Add when we add support for caching here
87
87
steps :
88
88
- name : Git Checkout
89
- uses : actions/checkout@v4
89
+ uses : actions/checkout@v5
90
90
91
91
- name : Set up JDK 17
92
- uses : actions/setup-java@v4
92
+ uses : actions/setup-java@v5
93
93
with :
94
94
distribution : ' temurin'
95
95
java-version : 17
@@ -103,10 +103,10 @@ jobs:
103
103
# #needs: [tasty-core-nonbootstrapped, scala3-library-nonbootstrapped] Add when we add support for caching here
104
104
steps :
105
105
- name : Git Checkout
106
- uses : actions/checkout@v4
106
+ uses : actions/checkout@v5
107
107
108
108
- name : Set up JDK 17
109
- uses : actions/setup-java@v4
109
+ uses : actions/setup-java@v5
110
110
with :
111
111
distribution : ' temurin'
112
112
java-version : 17
@@ -120,10 +120,10 @@ jobs:
120
120
# #needs: [scala3-compiler-nonbootstrapped] Add when we add support for caching here
121
121
steps :
122
122
- name : Git Checkout
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
125
125
- name : Set up JDK 17
126
- uses : actions/setup-java@v4
126
+ uses : actions/setup-java@v5
127
127
with :
128
128
distribution : ' temurin'
129
129
java-version : 17
@@ -137,10 +137,10 @@ jobs:
137
137
# #needs: [scala3-library-bootstrapped] Add when we add support for caching here
138
138
steps :
139
139
- name : Git Checkout
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
142
142
- name : Set up JDK 17
143
- uses : actions/setup-java@v4
143
+ uses : actions/setup-java@v5
144
144
with :
145
145
distribution : ' temurin'
146
146
java-version : 17
@@ -154,10 +154,10 @@ jobs:
154
154
# #needs: [tasty-core-bootstrapped, scala3-library-bootstrapped] Add when we add support for caching here
155
155
steps :
156
156
- name : Git Checkout
157
- uses : actions/checkout@v4
157
+ uses : actions/checkout@v5
158
158
159
159
- name : Set up JDK 17
160
- uses : actions/setup-java@v4
160
+ uses : actions/setup-java@v5
161
161
with :
162
162
distribution : ' temurin'
163
163
java-version : 17
@@ -171,10 +171,10 @@ jobs:
171
171
# #needs: [scala3-compiler-bootstrapped] Add when we add support for caching here
172
172
steps :
173
173
- name : Git Checkout
174
- uses : actions/checkout@v4
174
+ uses : actions/checkout@v5
175
175
176
176
- name : Set up JDK 17
177
- uses : actions/setup-java@v4
177
+ uses : actions/setup-java@v5
178
178
with :
179
179
distribution : ' temurin'
180
180
java-version : 17
@@ -188,10 +188,10 @@ jobs:
188
188
# #needs: [scala3-compiler-bootstrapped] Add when we add support for caching here
189
189
steps :
190
190
- name : Git Checkout
191
- uses : actions/checkout@v4
191
+ uses : actions/checkout@v5
192
192
193
193
- name : Set up JDK 17
194
- uses : actions/setup-java@v4
194
+ uses : actions/setup-java@v5
195
195
with :
196
196
distribution : ' temurin'
197
197
java-version : 17
@@ -205,10 +205,10 @@ jobs:
205
205
# #needs: [scala3-compiler-bootstrapped] Add when we add support for caching here
206
206
steps :
207
207
- name : Git Checkout
208
- uses : actions/checkout@v4
208
+ uses : actions/checkout@v5
209
209
210
210
- name : Set up JDK 17
211
- uses : actions/setup-java@v4
211
+ uses : actions/setup-java@v5
212
212
with :
213
213
distribution : ' temurin'
214
214
java-version : 17
@@ -228,10 +228,10 @@ jobs:
228
228
# #needs: [scala3-sbt-bridge-nonbootstrapped] Add when we add support for caching here
229
229
steps :
230
230
- name : Git Checkout
231
- uses : actions/checkout@v4
231
+ uses : actions/checkout@v5
232
232
233
233
- name : Set up JDK 17
234
- uses : actions/setup-java@v4
234
+ uses : actions/setup-java@v5
235
235
with :
236
236
distribution : ' temurin'
237
237
java-version : 17
@@ -245,10 +245,10 @@ jobs:
245
245
# #needs: [scala3-sbt-bridge-bootstrapped] Add when we add support for caching here
246
246
steps :
247
247
- name : Git Checkout
248
- uses : actions/checkout@v4
248
+ uses : actions/checkout@v5
249
249
250
250
- name : Set up JDK 17
251
- uses : actions/setup-java@v4
251
+ uses : actions/setup-java@v5
252
252
with :
253
253
distribution : ' temurin'
254
254
java-version : 17
@@ -262,10 +262,10 @@ jobs:
262
262
# #needs: [tasty-core-nonbootstrapped] Add when we add support for caching here
263
263
steps :
264
264
- name : Git Checkout
265
- uses : actions/checkout@v4
265
+ uses : actions/checkout@v5
266
266
267
267
- name : Set up JDK 17
268
- uses : actions/setup-java@v4
268
+ uses : actions/setup-java@v5
269
269
with :
270
270
distribution : ' temurin'
271
271
java-version : 17
@@ -279,10 +279,10 @@ jobs:
279
279
# #needs: [tasty-core-bootstrapped] Add when we add support for caching here
280
280
steps :
281
281
- name : Git Checkout
282
- uses : actions/checkout@v4
282
+ uses : actions/checkout@v5
283
283
284
284
- name : Set up JDK 17
285
- uses : actions/setup-java@v4
285
+ uses : actions/setup-java@v5
286
286
with :
287
287
distribution : ' temurin'
288
288
java-version : 17
0 commit comments