Skip to content

Commit a70dd3f

Browse files
chore(deps): bump actions/setup-java from 4.4.0 to 4.5.0 (#95)
1 parent 414df42 commit a70dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Setup JDK 17
9090
if: ${{ inputs.enableSonarQube == true }}
91-
uses: actions/setup-java@v4.4.0
91+
uses: actions/setup-java@v4.5.0
9292
with:
9393
java-version: 17
9494
distribution: 'zulu'

0 commit comments

Comments
 (0)