Skip to content

Commit 7dbe8d9

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 888a3ea commit 7dbe8d9

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
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- name: Checkout current branch (full)
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636

@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ${{ matrix.os }}
8989
steps:
9090
- name: Checkout current branch (full)
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
with:
9393
fetch-depth: 0
9494

0 commit comments

Comments
 (0)