diff --git a/.github/workflows/integration-test-v2.yml b/.github/workflows/integration-test-v2.yml index 100885f986..6fb30a9dc7 100644 --- a/.github/workflows/integration-test-v2.yml +++ b/.github/workflows/integration-test-v2.yml @@ -100,7 +100,7 @@ jobs: java-version: ${{ inputs.java_version }} - name: Setup Gradle - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e with: # only allow the master branch to write to the cache cache-read-only: ${{ github.ref != 'master' }}