Skip to content

Commit 78b1104

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 603a2e9 commit 78b1104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- name: Checkout current branch (full)
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ${{ matrix.os }}
8787
steps:
8888
- name: Checkout current branch (full)
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292

0 commit comments

Comments
 (0)