Skip to content

Commit b6a6262

Browse files
authored
Merge pull request #247 from sir-gon/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents dd0dafa + 40101c4 commit b6a6262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-2025
1515
steps:
1616
- name: Set up JDK
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: 21
2020
# Alternative distribution options are available.

0 commit comments

Comments
 (0)