Skip to content

Commit 8f9baa5

Browse files
chore(deps): bump actions/setup-java from 4 to 5 (#241)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
1 parent d72c345 commit 8f9baa5

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
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
fetch-depth: 2
120120

121-
- uses: actions/setup-java@v4
121+
- uses: actions/setup-java@v5
122122
with:
123123
java-version: '21'
124124
distribution: 'temurin'

0 commit comments

Comments
 (0)