Skip to content

Commit f646b9c

Browse files
fix: update self hosted runners as well
1 parent 46ed458 commit f646b9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
maven-version: 3.9.6
4343

4444
- name: Set up JDK 21
45-
uses: actions/setup-java@v4
45+
uses: actions/setup-java@v5
4646
with:
4747
java-version: '21'
4848
distribution: 'temurin'

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
maven-version: 3.9.6
4747

4848
- name: Set up JDK 21
49-
uses: actions/setup-java@v4
49+
uses: actions/setup-java@v5
5050
with:
5151
java-version: '21'
5252
distribution: 'temurin'

0 commit comments

Comments
 (0)