From 251cb02b34653cdbfd8d387cdc2a14c9a827ca39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:29:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-java from 4.4.0 to 4.5.0 (#118) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 192f296..fd62e3d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Set up Java ${{ matrix.java }} - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: "temurin" java-version: ${{ matrix.java }}