From a7bc183293f8bafc6e2f785ff28bc9efec7b313a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:40:58 +0300 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.11.1 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 7e270da..a92df5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Make Gradlew executable run: chmod +x ./gradlew - name: Build with Gradle - uses: gradle/gradle-build-action@v2.10.0 + uses: gradle/gradle-build-action@v2.11.1 with: arguments: build - name: Upload NDailyRewards