Skip to content

Commit 751d7ac

Browse files
chore(deps): update gradle/gradle-build-action action to v3 [security] (#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>
1 parent 074bbb4 commit 751d7ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: chmod +x ./gradlew
2626

2727
- name: Build debug APK
28-
uses: gradle/gradle-build-action@v2
28+
uses: gradle/gradle-build-action@v3
2929
with:
3030
arguments: assembleDebug --warning-mode all --stacktrace
3131

.github/workflows/ktlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: chmod +x ./gradlew
2626

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

0 commit comments

Comments
 (0)