Skip to content

Commit d8b5272

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 99c4cdb commit d8b5272

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 60
4343
steps:
4444
- name: Checkout current branch (full)
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 0
4848

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

@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ${{ matrix.os }}
150150
steps:
151151
- name: Checkout current branch (full)
152-
uses: actions/checkout@v5
152+
uses: actions/checkout@v6
153153
with:
154154
fetch-depth: 0
155155

@@ -184,7 +184,7 @@ jobs:
184184
runs-on: ${{ matrix.os }}
185185
steps:
186186
- name: Checkout current branch (full)
187-
uses: actions/checkout@v5
187+
uses: actions/checkout@v6
188188
with:
189189
fetch-depth: 0
190190

0 commit comments

Comments
 (0)