From 11f95be65ae3af62777445683130fd3b792e5b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:58:43 +0000 Subject: [PATCH 1/2] Bump gradle/actions from 3 to 4 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index fb2aa9f..5c60187 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -20,7 +20,7 @@ jobs: java-version: 17 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 - name: Build basic APK with Gradle run: ./gradlew assembleBasicDebug From b29315c3c640a08e8688497b6b17a095b388a3c8 Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:00:49 +0200 Subject: [PATCH 2/2] Update continuous.yml --- .github/workflows/continuous.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 5c60187..764dd5a 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -3,12 +3,8 @@ name: continuous on: [push, pull_request] jobs: - validate: - uses: lukaspieper/android-actions/.github/workflows/validate-gradlew.yml@main - build: runs-on: ubuntu-latest - needs: validate steps: - uses: actions/checkout@v4