Skip to content

Commit 4711372

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent d4db0f5 commit 4711372

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Checkout current branch (full)
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Java (temurin@8)
4646
id: setup-java-temurin-8
4747
if: matrix.java == 'temurin@8'
48-
uses: actions/setup-java@v4
48+
uses: actions/setup-java@v5
4949
with:
5050
distribution: temurin
5151
java-version: 8
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Upload target directories
9393
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797
path: targets.tar
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{ matrix.os }}
108108
steps:
109109
- name: Checkout current branch (full)
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

@@ -117,7 +117,7 @@ jobs:
117117
- name: Setup Java (temurin@8)
118118
id: setup-java-temurin-8
119119
if: matrix.java == 'temurin@8'
120-
uses: actions/setup-java@v4
120+
uses: actions/setup-java@v5
121121
with:
122122
distribution: temurin
123123
java-version: 8
@@ -128,7 +128,7 @@ jobs:
128128
run: sbt +update
129129

130130
- name: Download target directories (2.13, rootJS)
131-
uses: actions/download-artifact@v4
131+
uses: actions/download-artifact@v6
132132
with:
133133
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
134134

@@ -138,7 +138,7 @@ jobs:
138138
rm targets.tar
139139
140140
- name: Download target directories (2.13, rootJVM)
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
144144

@@ -148,7 +148,7 @@ jobs:
148148
rm targets.tar
149149
150150
- name: Download target directories (2.13, rootNative)
151-
uses: actions/download-artifact@v4
151+
uses: actions/download-artifact@v6
152152
with:
153153
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
154154

@@ -158,7 +158,7 @@ jobs:
158158
rm targets.tar
159159
160160
- name: Download target directories (2.12, rootJS)
161-
uses: actions/download-artifact@v4
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
164164

@@ -168,7 +168,7 @@ jobs:
168168
rm targets.tar
169169
170170
- name: Download target directories (2.12, rootJVM)
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
174174

@@ -178,7 +178,7 @@ jobs:
178178
rm targets.tar
179179
180180
- name: Download target directories (2.12, rootNative)
181-
uses: actions/download-artifact@v4
181+
uses: actions/download-artifact@v6
182182
with:
183183
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
184184

@@ -188,7 +188,7 @@ jobs:
188188
rm targets.tar
189189
190190
- name: Download target directories (3, rootJS)
191-
uses: actions/download-artifact@v4
191+
uses: actions/download-artifact@v6
192192
with:
193193
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
194194

@@ -198,7 +198,7 @@ jobs:
198198
rm targets.tar
199199
200200
- name: Download target directories (3, rootJVM)
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v6
202202
with:
203203
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
204204

@@ -208,7 +208,7 @@ jobs:
208208
rm targets.tar
209209
210210
- name: Download target directories (3, rootNative)
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v6
212212
with:
213213
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
214214

@@ -251,7 +251,7 @@ jobs:
251251
runs-on: ${{ matrix.os }}
252252
steps:
253253
- name: Checkout current branch (full)
254-
uses: actions/checkout@v4
254+
uses: actions/checkout@v6
255255
with:
256256
fetch-depth: 0
257257

@@ -261,7 +261,7 @@ jobs:
261261
- name: Setup Java (temurin@8)
262262
id: setup-java-temurin-8
263263
if: matrix.java == 'temurin@8'
264-
uses: actions/setup-java@v4
264+
uses: actions/setup-java@v5
265265
with:
266266
distribution: temurin
267267
java-version: 8
@@ -287,12 +287,12 @@ jobs:
287287
runs-on: ${{ matrix.os }}
288288
steps:
289289
- name: Checkout current branch (fast)
290-
uses: actions/checkout@v4
290+
uses: actions/checkout@v6
291291

292292
- name: Setup Java (temurin@8)
293293
id: setup-java-temurin-8
294294
if: matrix.java == 'temurin@8'
295-
uses: actions/setup-java@v4
295+
uses: actions/setup-java@v5
296296
with:
297297
distribution: temurin
298298
java-version: 8
@@ -315,7 +315,7 @@ jobs:
315315
runs-on: ${{ matrix.os }}
316316
steps:
317317
- name: Checkout current branch (full)
318-
uses: actions/checkout@v4
318+
uses: actions/checkout@v6
319319
with:
320320
fetch-depth: 0
321321

@@ -325,7 +325,7 @@ jobs:
325325
- name: Setup Java (temurin@8)
326326
id: setup-java-temurin-8
327327
if: matrix.java == 'temurin@8'
328-
uses: actions/setup-java@v4
328+
uses: actions/setup-java@v5
329329
with:
330330
distribution: temurin
331331
java-version: 8
@@ -338,7 +338,7 @@ jobs:
338338
- name: Setup Java (temurin@11)
339339
id: setup-java-temurin-11
340340
if: matrix.java == 'temurin@11'
341-
uses: actions/setup-java@v4
341+
uses: actions/setup-java@v5
342342
with:
343343
distribution: temurin
344344
java-version: 11

0 commit comments

Comments
 (0)