Skip to content

Commit f804dba

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

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

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ${{ matrix.os }}
100100
steps:
101101
- name: Checkout current branch (full)
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
fetch-depth: 0
105105

@@ -213,7 +213,7 @@ jobs:
213213
runs-on: ${{ matrix.os }}
214214
steps:
215215
- name: Checkout current branch (full)
216-
uses: actions/checkout@v5
216+
uses: actions/checkout@v6
217217
with:
218218
fetch-depth: 0
219219

0 commit comments

Comments
 (0)