Skip to content

Commit bcfa52e

Browse files
Bump actions/setup-java from 5.3.0 to 5.4.0 (#42)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@ad2b381...1bcf9fb) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aae751d commit bcfa52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
cache-disabled: true
2020
- name: "Set up Java"
21-
uses: "actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287" # v5.3.0
21+
uses: "actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520" # v5.4.0
2222
with:
2323
distribution: "temurin"
2424
java-version: 25

0 commit comments

Comments
 (0)