Skip to content

Commit 9115869

Browse files
Merge pull request #46 from IowaComputerGurus/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 3674865 + c5a9fe0 commit 9115869

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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
useConfigFile: true
3636
- name: Set up JDK 17
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
java-version: 17
4040
distribution: 'zulu' # Alternative distribution options are available.

0 commit comments

Comments
 (0)