diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ab818efe1f91625299d81ac69c186e0eb38653ae..43f1c88141de384a414e49c232e56ce2a88a172f 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'