Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 7500289

Browse files
chore(deps): update github actions
1 parent 135c186 commit 7500289

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- name: Run Screenshot Tests
3434
run: ./gradlew :ui:verifyPaparazziDebug
3535

36-
- uses: yutailang0119/action-android-lint@v3.1.0
36+
- uses: yutailang0119/action-android-lint@v4.0.0
3737
name: App Lint errors to annotations
3838
if: ${{ failure() }}
3939
continue-on-error: true # lint may be ok
4040
with:
4141
xml_path: app/build/reports/lint-results-debug.xml
42-
- uses: yutailang0119/action-android-lint@v3.1.0
42+
- uses: yutailang0119/action-android-lint@v4.0.0
4343
name: Lib Lint errors to annotations
4444
if: ${{ failure() }}
4545
continue-on-error: true # lint may be ok
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
./gradlew :dokkaHtmlMultiModule --no-configuration-cache
6565
- name: Deploy Dokka HTML
66-
uses: peaceiris/actions-gh-pages@v3
66+
uses: peaceiris/actions-gh-pages@v4
6767
if: ${{ github.ref == 'refs/heads/main' }}
6868
with:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
./gradlew :catalog:bundleRelease :catalog:assembleRelease
3535
- name: Upload APK to release
36-
uses: softprops/action-gh-release@v1
36+
uses: softprops/action-gh-release@v2
3737
id: release
3838
with:
3939
files: |

.github/workflows/tokens-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
app_id: ${{ secrets.PRBOT_APP_ID }}
3333
private_key: ${{ secrets.PRBOT_PRIVATE_KEY }}
3434
- name: Create Pull Request
35-
uses: peter-evans/create-pull-request@v6
35+
uses: peter-evans/create-pull-request@v7
3636
with:
3737
token: ${{ steps.generate-token.outputs.token }}
3838
labels: |

0 commit comments

Comments
 (0)