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

Commit e811b3d

Browse files
Bump actions/setup-java from 3.10.0 to 3.11.0 (#289)
1 parent ca1320a commit e811b3d

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

0 commit comments

Comments
 (0)