Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 0866cb6

Browse files
[CI skip] chore(deps): update actions/setup-java action to v4 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c7f6f5 commit 0866cb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4.1.1
1717
- name: Set up JDK 16
18-
uses: actions/setup-java@v3.13.0
18+
uses: actions/setup-java@v4.0.0
1919
with:
2020
java-version: 16
2121
distribution: temurin

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK 16
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 16
2020
distribution: 'zulu' # Alternative distribution options are available.

0 commit comments

Comments
 (0)