Skip to content

Commit

Permalink
Bump gradle/actions from 3.3.1 to 3.3.2 (#56)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 658e8f2 commit 2007c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: actions/[email protected]

- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
with:
gradle-home-cache-cleanup: true
- run: ./gradlew --version

- name: Validate Gradle Wrapper
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Configure JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
cache: gradle

- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
- run: ./gradlew --version

- name: Build Debug APK
Expand Down

0 comments on commit 2007c94

Please sign in to comment.