This is an automated email from the ASF dual-hosted git repository. Abacn pushed a commit to branch validate_274_rc2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 2e3fa8fadce99bc0a51f0638f2e5d85551a9e6d7 Author: Radosław Stankiewicz <[email protected]> AuthorDate: Mon May 25 15:49:10 2026 +0200 Update action.yml upgrade gradle action to enable the CI - 5.0.0 was removed by apache/infrastructure-actions@9ef334e --- .github/actions/setup-environment-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-environment-action/action.yml b/.github/actions/setup-environment-action/action.yml index aa10257e3f9..fb5f91de455 100644 --- a/.github/actions/setup-environment-action/action.yml +++ b/.github/actions/setup-environment-action/action.yml @@ -76,7 +76,7 @@ runs: distribution: 'temurin' java-version: ${{ inputs.java-version == 'default' && '11' || inputs.java-version }} - name: Setup Gradle - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 with: cache-disabled: ${{ inputs.disable-cache }} validate-wrappers: false
