From dbc700b984846ee5f92b8f4f43079a276555fc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 10:15:02 +0000 Subject: [PATCH] github-actions(deps): bump actions/setup-java from 2.3.0 to 3.3.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41f9191..872b8ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Java - uses: actions/setup-java@v2.3.0 + uses: actions/setup-java@v3.3.0 with: distribution: 'adopt' java-version: '8'