Skip to content

Commit

Permalink
Update GH actions versions (#960)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg authored Jan 18, 2024
1 parent 8990bbd commit c42721d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
java-version: '17'

- name: Build with Maven (Ubuntu / MacOS)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit c42721d

Please sign in to comment.