Skip to content

Commit 40ce356

Browse files
ci: Bump actions/setup-java from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a29fbd commit 40ce356

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
key: ${{ github.job }}-${{ runner.os }}
106106
- name: Set up JDK 17
107-
uses: actions/setup-java@v5
107+
uses: actions/setup-java@v6
108108
with:
109109
java-version: "17"
110110
distribution: "temurin"
@@ -333,7 +333,7 @@ jobs:
333333
with:
334334
key: ${{ github.job }}-${{ runner.os }}
335335
- name: Set up JDK 17
336-
uses: actions/setup-java@v5
336+
uses: actions/setup-java@v6
337337
with:
338338
java-version: "17"
339339
distribution: "temurin"
@@ -382,7 +382,7 @@ jobs:
382382
with:
383383
key: ${{ github.job }}-${{ runner.os }}
384384
- name: Set up JDK 17
385-
uses: actions/setup-java@v5
385+
uses: actions/setup-java@v6
386386
with:
387387
java-version: "17"
388388
distribution: "temurin"
@@ -476,7 +476,7 @@ jobs:
476476
with:
477477
key: ${{ github.job }}-${{ runner.os }}
478478
- name: Set up JDK 17
479-
uses: actions/setup-java@v5
479+
uses: actions/setup-java@v6
480480
with:
481481
java-version: "17"
482482
distribution: "temurin"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
key: ${{ github.job }}-${{ runner.os }}
118118
- name: Set up JDK 17
119-
uses: actions/setup-java@v5
119+
uses: actions/setup-java@v6
120120
with:
121121
java-version: "17"
122122
distribution: "temurin"

0 commit comments

Comments
 (0)