Skip to content

Commit

Permalink
Use setup-java v3 in publish workflow (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored May 24, 2022
1 parent 65ae78e commit 5c89f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Setup JDK
id: setup-java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit 5c89f6a

Please sign in to comment.