From 47d78894ff0bb080fef6f2bf5a02ec2c5018e018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:23:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v2.3.0 (#11384) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab818efe1f..43f1c88141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: - name: Set up Java ${{ env.JAVA_VERSION }} if: env.NODE_VERSION == '14' - uses: actions/setup-java@4b1b3d4a82f726de9ba1945f8c6967b67caf5dcd # renovate: tag=v2.2.0 + uses: actions/setup-java@3bc31aaf88e8fc94dc1e632d48af61be5ca8721c # renovate: tag=v2.3.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' -- GitLab