Skip to content

Commit

Permalink
⬆️ : bump setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed May 8, 2022
1 parent b1aeaca commit 8347df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# fetching all history (to help sonar computing PRs)
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-non-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# fetching all history (to help sonar computing PRs)
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
Expand Down

0 comments on commit 8347df6

Please sign in to comment.