From 0e914b0b4bdd7eae553de93a88bd367e1e51d604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:32:28 +0300 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.10.0 (#67) --- .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 f5b496a..0abac2f 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.9.0 + uses: gradle/gradle-build-action@v2.10.0 with: arguments: build - name: Upload NDailyRewards