Skip to content

Commit d74088f

Browse files
Merge pull request #58 from IowaComputerGurus/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents c507338 + 884a356 commit d74088f

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
@@ -16,7 +16,7 @@ jobs:
1616
solution-path: './src/AspNetCore Bootstrap 5 Tag Helpers.sln'
1717
steps:
1818
- name: Set up JDK 17
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: 17
2222
distribution: zulu

0 commit comments

Comments
 (0)