From e82052c651a9399ba502f70ae7130feab3f566eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 04:33:54 +0000 Subject: [PATCH] Bump actions/setup-java from 1 to 3.0.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1...v3.0.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/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index df6c2ad..1d1dbf8 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -18,7 +18,7 @@ jobs: 5.0.x 6.0.x - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v3.0.0 with: java-version: 1.11 - uses: actions/checkout@v2