| commit | b1437cba39dfc66d57ef8b6c7ca9a2ae1dd17c61 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Aug 22 19:11:37 2025 -0400 |
| committer | GitHub <noreply@github.com> | Fri Aug 22 19:11:37 2025 -0400 |
| tree | 6603dc85810fcdae30a96c12cb374c43415f45d8 | |
| parent | fa836d7b8675e7a36671415211943eae981f22bd [diff] |
Bump actions/setup-java from 4.7.1 to 5.0.0 (#370) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/c5195efecf7bdfc987ee8bae7a71cb8b11521c00...dded0888837ed1f317902acf8a20df0ad188d165) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.0.0 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>
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 22a9fd7..bcf5acb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -50,7 +50,7 @@ restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'temurin' java-version: ${{ matrix.java }}