Skip to content

Commit

Permalink
Merge pull request #13 from burnoo/renovate/actions-setup-java-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v3
  • Loading branch information
burnoo authored Oct 18, 2022
2 parents 52249ce + 0f841fc commit e5e6263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishSonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2

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

0 comments on commit e5e6263

Please sign in to comment.