Skip to content

Commit 60fdfd0

Browse files
Bump actions/setup-java from 4 to 5 (#13)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ed1e8e commit 60fdfd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141

42-
- uses: actions/setup-java@v4
42+
- uses: actions/setup-java@v5
4343
with:
4444
distribution: 'temurin'
4545
java-version: |

.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
@@ -32,7 +32,7 @@ jobs:
3232
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
3333
3434
- name: Set up Maven Central Repository
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@v5
3636
with:
3737
distribution: "temurin"
3838
java-version: 17

0 commit comments

Comments
 (0)