Skip to content

Commit b1fe858

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent d9bbac0 commit b1fe858

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 60
3535
steps:
3636
- name: Checkout current branch (full)
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040

@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ${{ matrix.os }}
9999
steps:
100100
- name: Checkout current branch (full)
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102
with:
103103
fetch-depth: 0
104104

@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ${{ matrix.os }}
173173
steps:
174174
- name: Checkout current branch (full)
175-
uses: actions/checkout@v5
175+
uses: actions/checkout@v6
176176
with:
177177
fetch-depth: 0
178178

@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ${{ matrix.os }}
208208
steps:
209209
- name: Checkout current branch (fast)
210-
uses: actions/checkout@v5
210+
uses: actions/checkout@v6
211211

212212
- name: Setup Java (temurin@11)
213213
id: setup-java-temurin-11

0 commit comments

Comments
 (0)