Skip to content

Commit f6777e4

Browse files
authored
Merge pull request #1495 from microsoft/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 7d49674 + 7c20dee commit f6777e4

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
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: windows-latest
3131
steps:
3232
- name: Set up JDK 17
33-
uses: actions/setup-java@v3
33+
uses: actions/setup-java@v4
3434
with:
3535
distribution: 'adopt'
3636
java-version: 17

0 commit comments

Comments
 (0)