| commit | b6955bf4129162d4c1f5eb4ae8dae953a18c273c | [log] [tgz] | 
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 27 04:22:41 2024 -0400 | 
| committer | GitHub <noreply@github.com> | Fri Sep 27 04:22:41 2024 -0400 | 
| tree | 694dc3c898af3f748feea467c0c7bf66dd85a1bb | |
| parent | 295cb3251d7c2239110dacd31ce0a0ba21d842b8 [diff] | 
Bump actions/setup-java from 4.3.0 to 4.4.0 (#435) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/2dfa2011c5b2a0f1489bf9e433881c92c1631f88...b36c23c0d998641eff861008f374ee103c25ac73) --- updated-dependencies: - dependency-name: actions/setup-java 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>
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0f957fe..b6d422d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0 + uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0 with: distribution: 'temurin' java-version: ${{ matrix.java }}