Skip to content

Commit 10bbad0

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
GitHub CI: Replace obsolete gradle/wrapper-validation-action with setup-gradle action.
Hopefully this resolves the network issues that are causing that step to fail. See gradle/actions#631 and https://github.com/gradle/actions PiperOrigin-RevId: 802349321
1 parent 5062735 commit 10bbad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
with:
8888
distribution: 'zulu'
8989
java-version: '21'
90-
- name: Gradle wrapper validation
91-
uses: gradle/wrapper-validation-action@v2
90+
- name: Setup Gradle
91+
uses: gradle/actions/setup-gradle@v4
9292
- name: Enable KVM group perms
9393
run: |
9494
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)