Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit b040e6f

Browse files
Bump actions/setup-java from 3.12.0 to 3.13.0 (#323)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce58563 commit b040e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
3232
- name: Set up JDK 17
33-
uses: actions/setup-java@v3.12.0
33+
uses: actions/setup-java@v3.13.0
3434
with:
3535
java-version: 17
3636
distribution: temurin

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ref: ${{ inputs.ref }}
3030
- name: Set up JDK 17
31-
uses: actions/setup-java@v3.12.0
31+
uses: actions/setup-java@v3.13.0
3232
with:
3333
java-version: 17
3434
distribution: temurin

0 commit comments

Comments
 (0)