Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/release-prepare-rc.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,11 +56,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
with:
distribution: temurin
java-version: '11'
java-version: '17'

- name: Import GPG key and configure Git
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -65,11 +65,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0
with:
distribution: temurin
java-version: '11'
java-version: '17'

- name: Install Subversion
run: sudo apt-get update -q && sudo apt-get install -q -y subversion
Expand Down
Loading