Skip to content

Commit 95ff596

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0e812d8 commit 95ff596

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040

@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Java (temurin@11)
4545
id: setup-java-temurin-11
4646
if: matrix.java == 'temurin@11'
47-
uses: actions/setup-java@v4
47+
uses: actions/setup-java@v5
4848
with:
4949
distribution: temurin
5050
java-version: 11
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Checkout current branch (full)
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v5
115115
with:
116116
fetch-depth: 0
117117

@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Java (temurin@11)
122122
id: setup-java-temurin-11
123123
if: matrix.java == 'temurin@11'
124-
uses: actions/setup-java@v4
124+
uses: actions/setup-java@v5
125125
with:
126126
distribution: temurin
127127
java-version: 11
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ${{ matrix.os }}
196196
steps:
197197
- name: Checkout current branch (full)
198-
uses: actions/checkout@v4
198+
uses: actions/checkout@v5
199199
with:
200200
fetch-depth: 0
201201

@@ -205,7 +205,7 @@ jobs:
205205
- name: Setup Java (temurin@11)
206206
id: setup-java-temurin-11
207207
if: matrix.java == 'temurin@11'
208-
uses: actions/setup-java@v4
208+
uses: actions/setup-java@v5
209209
with:
210210
distribution: temurin
211211
java-version: 11

0 commit comments

Comments
 (0)