Skip to content

Commit e1ccfab

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent fa57ac1 commit e1ccfab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

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

@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Java (temurin@21)
4747
id: setup-java-temurin-21
4848
if: matrix.java == 'temurin@21'
49-
uses: actions/setup-java@v4
49+
uses: actions/setup-java@v5
5050
with:
5151
distribution: temurin
5252
java-version: 21
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Upload target directories
104104
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/series/0.2')
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
108108
path: targets.tar
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ${{ matrix.os }}
119119
steps:
120120
- name: Checkout current branch (full)
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124

@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup Java (temurin@21)
129129
id: setup-java-temurin-21
130130
if: matrix.java == 'temurin@21'
131-
uses: actions/setup-java@v4
131+
uses: actions/setup-java@v5
132132
with:
133133
distribution: temurin
134134
java-version: 21
@@ -139,7 +139,7 @@ jobs:
139139
run: sbt +update
140140

141141
- name: Download target directories (2.12, rootNodeJS)
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v6
143143
with:
144144
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNodeJS
145145

@@ -149,7 +149,7 @@ jobs:
149149
rm targets.tar
150150
151151
- name: Download target directories (2.13, rootNodeJS)
152-
uses: actions/download-artifact@v4
152+
uses: actions/download-artifact@v6
153153
with:
154154
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNodeJS
155155

@@ -159,7 +159,7 @@ jobs:
159159
rm targets.tar
160160
161161
- name: Download target directories (3, rootNodeJS)
162-
uses: actions/download-artifact@v4
162+
uses: actions/download-artifact@v6
163163
with:
164164
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNodeJS
165165

@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ${{ matrix.os }}
203203
steps:
204204
- name: Checkout current branch (full)
205-
uses: actions/checkout@v4
205+
uses: actions/checkout@v6
206206
with:
207207
fetch-depth: 0
208208

@@ -212,7 +212,7 @@ jobs:
212212
- name: Setup Java (temurin@21)
213213
id: setup-java-temurin-21
214214
if: matrix.java == 'temurin@21'
215-
uses: actions/setup-java@v4
215+
uses: actions/setup-java@v5
216216
with:
217217
distribution: temurin
218218
java-version: 21
@@ -237,7 +237,7 @@ jobs:
237237
runs-on: ${{ matrix.os }}
238238
steps:
239239
- name: Checkout current branch (full)
240-
uses: actions/checkout@v4
240+
uses: actions/checkout@v6
241241
with:
242242
fetch-depth: 0
243243

@@ -247,7 +247,7 @@ jobs:
247247
- name: Setup Java (temurin@21)
248248
id: setup-java-temurin-21
249249
if: matrix.java == 'temurin@21'
250-
uses: actions/setup-java@v4
250+
uses: actions/setup-java@v5
251251
with:
252252
distribution: temurin
253253
java-version: 21

0 commit comments

Comments
 (0)