Skip to content

Commit

Permalink
ci: update setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 14, 2022
1 parent 0e3ccbd commit aa090ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit aa090ee

Please sign in to comment.