Skip to content

Commit

Permalink
setup-java v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and jansupol committed Oct 17, 2023
1 parent 0a1d33f commit be14332
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 @@ -28,11 +28,11 @@ jobs:

steps:
- name: Checkout for build
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java_version }}
Expand Down

0 comments on commit be14332

Please sign in to comment.