Skip to content

Commit 47b73bc

Browse files
authored
[CI skip] Merge pull request #41 from poma123/renovate/actions-setup-java-3.x
Update actions/setup-java action to v3.3.0
2 parents ee15296 + ebe6289 commit 47b73bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v3
2626
- name: Set up JDK 17
27-
uses: actions/setup-java@v3.1.1
27+
uses: actions/setup-java@v3.3.0
2828
with:
2929
java-version: 17
3030
distribution: 'adopt'

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Set up JDK 17
19-
uses: actions/setup-java@v3.1.1
19+
uses: actions/setup-java@v3.3.0
2020
with:
2121
java-version: 17
2222
distribution: 'adopt'

0 commit comments

Comments
 (0)