Skip to content

Commit 19713b0

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent f13fd12 commit 19713b0

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
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: 60
5050
steps:
5151
- name: Checkout current branch (full)
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
5555

@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Checkout current branch (full)
158-
uses: actions/checkout@v5
158+
uses: actions/checkout@v6
159159
with:
160160
fetch-depth: 0
161161

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

@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ${{ matrix.os }}
357357
steps:
358358
- name: Checkout current branch (full)
359-
uses: actions/checkout@v5
359+
uses: actions/checkout@v6
360360
with:
361361
fetch-depth: 0
362362

0 commit comments

Comments
 (0)