Skip to content

Commit 4a7963a

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 70e0973 commit 4a7963a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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

@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ${{ matrix.os }}
9595
steps:
9696
- name: Checkout current branch (full)
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898
with:
9999
fetch-depth: 0
100100

@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ${{ matrix.os }}
159159
steps:
160160
- name: Checkout current branch (full)
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
with:
163163
fetch-depth: 0
164164

@@ -192,7 +192,7 @@ jobs:
192192
runs-on: ${{ matrix.os }}
193193
steps:
194194
- name: Checkout current branch (fast)
195-
uses: actions/checkout@v5
195+
uses: actions/checkout@v6
196196

197197
- name: Setup Java (temurin@11)
198198
id: setup-java-temurin-11

0 commit comments

Comments
 (0)