Skip to content

Commit 392899d

Browse files
Merge pull request #63 from IowaComputerGurus/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 7ca333a + cec125e commit 392899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
solution-path: './src/ICG NetCore Utilities.sln'
5050
steps:
5151
- name: Set up JDK 11
52-
uses: actions/setup-java@v4
52+
uses: actions/setup-java@v5
5353
with:
5454
java-version: 11
5555
distribution: zulu

0 commit comments

Comments
 (0)