From 5e72c469711f95b26bc15bb5497af72f6d351a53 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Wed, 17 Apr 2024 14:53:13 -0700 Subject: [PATCH] chore: update gradle wrapper to new namespace --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e7b70486c..ed7f700955 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v2 + uses: gradle/actions/wrapper-validation@v3 - name: Setup Java uses: actions/setup-java@v4 with: