Skip to content

Commit 85bfbd8

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent a933231 commit 85bfbd8

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

@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Checkout current branch (full)
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117

@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ${{ matrix.os }}
189189
steps:
190190
- name: Checkout current branch (full)
191-
uses: actions/checkout@v5
191+
uses: actions/checkout@v6
192192
with:
193193
fetch-depth: 0
194194

@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ${{ matrix.os }}
237237
steps:
238238
- name: Checkout current branch (fast)
239-
uses: actions/checkout@v5
239+
uses: actions/checkout@v6
240240

241241
- name: Setup Java (temurin@11)
242242
id: setup-java-temurin-11

0 commit comments

Comments
 (0)