Skip to content

Commit

Permalink
Switch to Temurin in GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 27, 2022
1 parent 0416dae commit a189188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
8
11
17
distribution: 'adopt'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sitedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
8
11
17
distribution: 'adopt'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a189188

Please sign in to comment.