Skip to content

Commit 3e67348

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent f01700c commit 3e67348

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 60
5353
steps:
5454
- name: Checkout current branch (full)
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858

@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149149
- name: Checkout current branch (full)
150-
uses: actions/checkout@v3
150+
uses: actions/checkout@v4
151151
with:
152152
fetch-depth: 0
153153

@@ -314,7 +314,7 @@ jobs:
314314
runs-on: ${{ matrix.os }}
315315
steps:
316316
- name: Checkout current branch (full)
317-
uses: actions/checkout@v3
317+
uses: actions/checkout@v4
318318
with:
319319
fetch-depth: 0
320320

@@ -372,7 +372,7 @@ jobs:
372372
runs-on: ${{ matrix.os }}
373373
steps:
374374
- name: Checkout current branch (fast)
375-
uses: actions/checkout@v3
375+
uses: actions/checkout@v4
376376

377377
- name: Setup Java (temurin@11)
378378
id: setup-java-temurin-11
@@ -397,7 +397,7 @@ jobs:
397397
runs-on: ${{ matrix.os }}
398398
steps:
399399
- name: Checkout current branch (full)
400-
uses: actions/checkout@v3
400+
uses: actions/checkout@v4
401401
with:
402402
fetch-depth: 0
403403

@@ -454,7 +454,7 @@ jobs:
454454
runs-on: ${{ matrix.os }}
455455
steps:
456456
- name: Checkout current branch (full)
457-
uses: actions/checkout@v3
457+
uses: actions/checkout@v4
458458
with:
459459
fetch-depth: 0
460460

0 commit comments

Comments
 (0)