Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 7442403 commit cd14d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
java-version: 17
distribution: zulu
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
- run: ./gradlew assembleDebug
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 17
distribution: zulu
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Patryk & Patrick Bot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
with:
java-version: 17
distribution: zulu
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
- run: ./gradlew detekt

0 comments on commit cd14d53

Please sign in to comment.