This is an automated email from the ASF dual-hosted git repository.
stankiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new bb5c486512d Update action.yml
bb5c486512d is described below
commit bb5c486512dcd1d60f721e70344861021904f1da
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