Skip to content

Commit 453373d

Browse files
authored
Merge pull request #6 from stho32/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 1 to 5
2 parents f9032dc + d3af326 commit 453373d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
dotnet-version: 6.0.x
1818

1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v5
2121
with:
2222
java-version: 1.11
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)