diff --git a/.github/workflows/sample-build.yml b/.github/workflows/sample-build.yml index 07851c73..da35fceb 100644 --- a/.github/workflows/sample-build.yml +++ b/.github/workflows/sample-build.yml @@ -91,7 +91,7 @@ jobs: run: yarn run bump:${{ matrix.bump }} - name: Set up Java ${{ matrix.JAVA_VERSION }} - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v4 with: distribution: temurin java-version: ${{ matrix.JAVA_VERSION }}