Skip to content

Commit

Permalink
Upgrading GH dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jan 7, 2025
1 parent 0583927 commit 939d8ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-v7-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 939d8ff

Please sign in to comment.