Skip to content

Commit

Permalink
uplift github actions
Browse files Browse the repository at this point in the history
checkout@v4
setup-java@v4

Signed-off-by: Matthew Khouzam <[email protected]>
  • Loading branch information
MatthewKhouzam committed Feb 22, 2024
1 parent be9c899 commit 7261d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
java_version: [ 8, 11, 17 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
Expand Down

0 comments on commit 7261d1e

Please sign in to comment.