Skip to content

Commit

Permalink
build(deps): Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.7.0...v2.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 0b6cc0f commit f681584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run detekt
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: detekt

Expand All @@ -58,7 +58,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run unit tests
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand All @@ -85,7 +85,7 @@ jobs:
run: 'echo "ndk.dir=${ANDROID_HOME}/ndk-bundle" > local.properties'

- name: Assemble debug APKs
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: assembleDebug

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
run: "echo \"org.gradle.jvmargs=-Xmx4096m\" >> gradle.properties"

- name: Lint sources
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: lint --stacktrace

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Generate documentation
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: dokkaHtml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run unit tests
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand Down

0 comments on commit f681584

Please sign in to comment.