From 53d46cd306bd5fdcc3ddcaa1bed67d0754c62bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:07:18 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a0a986f5..eacb4bd2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da8a7c48f..a8a0ed38f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |