Skip to content

Commit afac1a0

Browse files
Merge pull request #25 from IowaComputerGurus/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 838481f + 251ef37 commit afac1a0

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 11
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: 11
2222
distribution: zulu

0 commit comments

Comments
 (0)