From 01d45b9b17f95dfd4af917fad4e506b7ef1967b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 03:38:37 +0000 Subject: [PATCH] Update gradle/actions action to v5 --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9e97de0..f2f2006 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Git repository uses: actions/checkout@v4 - name: Validate Gradle wrappers - uses: gradle/actions/wrapper-validation@v4 + uses: gradle/actions/wrapper-validation@v5 autofix: name: Autofix runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb93d5e..5eae59b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout Git repository uses: actions/checkout@v4 - name: Validate Gradle wrappers - uses: gradle/actions/wrapper-validation@v4 + uses: gradle/actions/wrapper-validation@v5 assemble: name: Assemble