Skip to content

Commit 98b9829

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent de073f6 commit 98b9829

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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@v5
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
@@ -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@v5
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
@@ -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@v5
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

0 commit comments

Comments
 (0)