Skip to content

Commit b86d30e

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 0c7dd18 commit b86d30e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 60
4141
steps:
4242
- name: Checkout current branch (full)
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646

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

@@ -238,7 +238,7 @@ jobs:
238238
runs-on: ${{ matrix.os }}
239239
steps:
240240
- name: Checkout current branch (full)
241-
uses: actions/checkout@v5
241+
uses: actions/checkout@v6
242242
with:
243243
fetch-depth: 0
244244

0 commit comments

Comments
 (0)