Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump gradle/gradle-build-action from 2.8.0 to 2.8.1 #5081

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading