Skip to content

Commit

Permalink
Update .github/workflows/maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Mar 27, 2022
1 parent a4f7e84 commit a34c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

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

0 comments on commit a34c470

Please sign in to comment.