Skip to content
Open
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/actions/format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v4.2.1
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/javaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
with:
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
with:
Expand Down