Skip to content

Commit

Permalink
chore(deps): java 21 in analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 9, 2024
1 parent 3e52194 commit 04bf8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ matrix.build && matrix.language == 'java' }}
with:
distribution: "temurin"
java-version: "17"
java-version: "21"

- uses: actions/cache@v4
if: ${{ matrix.build && matrix.language == 'java' }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 04bf8e7

Please sign in to comment.