Skip to content

Commit

Permalink
Bump actions version to latest one (checkout * setup-java)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrall authored and dsyer committed Jan 23, 2024
1 parent cdd925d commit 1721124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
java: [ '17' ]

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

0 comments on commit 1721124

Please sign in to comment.