From c0608cb6a7246fad774d2b1d3e3b1ebc03752f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:15:06 +0000 Subject: [PATCH] github-actions(deps): bump actions/setup-java from 2.3.0 to 3.4.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 3.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v3.4.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..ba0f8d9 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.4.0 with: distribution: 'adopt' java-version: '8'