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

Commit 17056f3

Browse files
Bump actions/setup-java from 3.9.0 to 3.10.0 (#274)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.9.0...v3.10.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 2beb16e commit 17056f3

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 11
33-
uses: actions/setup-java@v3.9.0
33+
uses: actions/setup-java@v3.10.0
3434
with:
3535
java-version: 11
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 11
31-
uses: actions/setup-java@v3.9.0
31+
uses: actions/setup-java@v3.10.0
3232
with:
3333
java-version: 11
3434
distribution: temurin

0 commit comments

Comments
 (0)