Skip to content

Commit 806a70e

Browse files
Merge pull request #73 from IowaComputerGurus/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents ebb16d0 + 6369873 commit 806a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-build.yml

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

0 commit comments

Comments
 (0)