Skip to content

Commit 1e54fd1

Browse files
Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b681821 commit 1e54fd1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40-
- uses: actions/setup-java@v4
40+
- uses: actions/setup-java@v5
4141
name: Set up Java ${{ matrix.java }}
4242
with:
4343
distribution: "temurin"

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
2626

27-
- uses: actions/setup-java@v4
27+
- uses: actions/setup-java@v5
2828
with:
2929
distribution: "temurin"
3030
java-version: 17

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
3838
3939
- name: Set up Maven Central Repository
40-
uses: actions/setup-java@v4
40+
uses: actions/setup-java@v5
4141
with:
4242
distribution: "temurin"
4343
java-version: 17

0 commit comments

Comments
 (0)