Skip to content

Commit

Permalink
chore(ci): #182 upgrade github action for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthym committed Oct 29, 2023
1 parent 9ab324c commit 4c8ad9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
name: analyse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v3.9.0
- name: Set up JDK 21
uses: actions/setup-java@v3.13.0
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v3.0.11
uses: actions/cache@v3.3.2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4c8ad9f

Please sign in to comment.