Skip to content

Commit db421f0

Browse files
chore: bump actions/setup-java in the workflow-actions group (#89)
Bumps the workflow-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@3a4f6e1...c5195ef) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 4.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49389b6 commit db421f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://github.com/actions/setup-java
3030
- name: 'Set up JDK'
31-
uses: 'actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12' # v4.7.0
31+
uses: 'actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00' # v4.7.1
3232
with:
3333
java-version: 21
3434
distribution: "temurin"

0 commit comments

Comments
 (0)