From 887b76b307ca26f941516f8390077205094452c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:37:31 +0000 Subject: [PATCH] chore: bump actions/setup-java from 4.3.0 to 4.4.0 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] --- .github/workflows/package.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b3a43338..aed5d170 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: temurin java-version: 11.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfb4d61a..d5480a6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: contents: read issues: write steps: - - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 + - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: temurin java-version: 11.x