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 Apr 29, 2024
1 parent 6e11b7e commit 53d46cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit 53d46cd

Please sign in to comment.