Skip to content

Commit e9a82bd

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

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
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Checkout current branch (full)
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

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

@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ${{ matrix.os }}
234234
steps:
235235
- name: Checkout current branch (full)
236-
uses: actions/checkout@v5
236+
uses: actions/checkout@v6
237237
with:
238238
fetch-depth: 0
239239

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

0 commit comments

Comments
 (0)