From 72c9332aea70a5475897a5f90eb303a6ac813e77 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 4 May 2022 13:33:40 +0000
Subject: [PATCH] chore(deps): update actions/setup-java action to v3.3.0
 (#15450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 8cb2dab86c..0da73d5c16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
 
       - name: Set up Java  ${{ env.JAVA_VERSION }}
         if: env.SKIP_JAVA_TESTS == 'false'
-        uses: actions/setup-java@4fe61d24fe5472910b93bdeffb8aad49f979d862 # tag=v3.2.0
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0
         with:
           java-version: ${{ env.JAVA_VERSION }}
           distribution: 'adopt'
-- 
GitLab