Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 135c186 commit 7500289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Run Screenshot Tests
run: ./gradlew :ui:verifyPaparazziDebug

- uses: yutailang0119/action-android-lint@v3.1.0
- uses: yutailang0119/action-android-lint@v4.0.0
name: App Lint errors to annotations
if: ${{ failure() }}
continue-on-error: true # lint may be ok
with:
xml_path: app/build/reports/lint-results-debug.xml
- uses: yutailang0119/action-android-lint@v3.1.0
- uses: yutailang0119/action-android-lint@v4.0.0
name: Lib Lint errors to annotations
if: ${{ failure() }}
continue-on-error: true # lint may be ok
Expand All @@ -63,7 +63,7 @@ jobs:
run: |
./gradlew :dokkaHtmlMultiModule --no-configuration-cache
- name: Deploy Dokka HTML
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
./gradlew :catalog:bundleRelease :catalog:assembleRelease
- name: Upload APK to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
id: release
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tokens-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
app_id: ${{ secrets.PRBOT_APP_ID }}
private_key: ${{ secrets.PRBOT_PRIVATE_KEY }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.generate-token.outputs.token }}
labels: |
Expand Down

0 comments on commit 7500289

Please sign in to comment.