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

Bump actions/setup-java from 3.10.0 to 3.11.0 #289

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
- name: Set up JDK 17
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
java-version: 17
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Set up JDK 17
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
java-version: 17
distribution: temurin
Expand Down