Skip to content

Commit b25aaab

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent f0cf1c3 commit b25aaab

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
@@ -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

@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ${{ matrix.os }}
135135
steps:
136136
- name: Checkout current branch (full)
137-
uses: actions/checkout@v5
137+
uses: actions/checkout@v6
138138
with:
139139
fetch-depth: 0
140140

@@ -291,7 +291,7 @@ jobs:
291291
runs-on: ${{ matrix.os }}
292292
steps:
293293
- name: Checkout current branch (full)
294-
uses: actions/checkout@v5
294+
uses: actions/checkout@v6
295295
with:
296296
fetch-depth: 0
297297

@@ -339,7 +339,7 @@ jobs:
339339
runs-on: ${{ matrix.os }}
340340
steps:
341341
- name: Checkout current branch (full)
342-
uses: actions/checkout@v5
342+
uses: actions/checkout@v6
343343
with:
344344
fetch-depth: 0
345345

@@ -386,7 +386,7 @@ jobs:
386386
runs-on: ${{ matrix.os }}
387387
steps:
388388
- name: Checkout current branch (full)
389-
uses: actions/checkout@v5
389+
uses: actions/checkout@v6
390390
with:
391391
fetch-depth: 0
392392

0 commit comments

Comments
 (0)