Skip to content

Commit cc927b7

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 6f55f30 commit cc927b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
timeout-minutes: 60
4545
steps:
4646
- name: Checkout current branch (full)
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050

@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ${{ matrix.os }}
140140
steps:
141141
- name: Checkout current branch (full)
142-
uses: actions/checkout@v5
142+
uses: actions/checkout@v6
143143
with:
144144
fetch-depth: 0
145145

@@ -296,7 +296,7 @@ jobs:
296296
runs-on: ${{ matrix.os }}
297297
steps:
298298
- name: Checkout current branch (full)
299-
uses: actions/checkout@v5
299+
uses: actions/checkout@v6
300300
with:
301301
fetch-depth: 0
302302

@@ -345,7 +345,7 @@ jobs:
345345
runs-on: ${{ matrix.os }}
346346
steps:
347347
- name: Checkout current branch (full)
348-
uses: actions/checkout@v5
348+
uses: actions/checkout@v6
349349
with:
350350
fetch-depth: 0
351351

@@ -392,7 +392,7 @@ jobs:
392392
runs-on: ${{ matrix.os }}
393393
steps:
394394
- name: Checkout current branch (full)
395-
uses: actions/checkout@v5
395+
uses: actions/checkout@v6
396396
with:
397397
fetch-depth: 0
398398

0 commit comments

Comments
 (0)