Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76ca376

Browse files
dependabot[bot]JasonGross
authored andcommittedMar 9, 2024·
Bump actions/setup-java from 4.0.0 to 4.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94a6b19 commit 76ca376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/java.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
submodules: recursive
2323
- name: Set up JDK 1.8
24-
uses: actions/setup-java@v4.0.0
24+
uses: actions/setup-java@v4.1.0
2525
with:
2626
java-version: 8
2727
distribution: 'zulu'

0 commit comments

Comments
 (0)
Please sign in to comment.