Skip to content

Commit 677fd4b

Browse files
chore: bump actions/setup-java in the workflow-actions group (#46)
Bumps the workflow-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@99b8673...6a0805f) --- updated-dependencies: - dependency-name: actions/setup-java 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 ea46edb commit 677fd4b

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@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' # v4.2.1
31+
uses: 'actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018' # v4.2.2
3232
with:
3333
java-version: 21
3434
distribution: "temurin"

0 commit comments

Comments
 (0)