Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3 [security] (
Browse files Browse the repository at this point in the history
#41)

| datasource  | package                    | from | to |
| ----------- | -------------------------- | ---- | -- |
| github-tags | gradle/gradle-build-action | v2   | v3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 074bbb4 commit 751d7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build debug APK
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: assembleDebug --warning-mode all --stacktrace

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: chmod +x ./gradlew

- name: Check code style
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: lintKotlin --warning-mode all --stacktrace

0 comments on commit 751d7ac

Please sign in to comment.