From 87e138937ed6309e6c8b365f0f16a3ffe2dc5ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:09:57 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.10.0 to 2.11.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c600b02..78c0cd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Run chmod to 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.0 with: arguments: build - name: Upload Plugin