Skip to content

Commit

Permalink
[skip ci] update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite committed Feb 2, 2024
1 parent ede3512 commit 787263c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request
if: ${{ env.cronet == 'ok' }}
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
continue-on-error: true
with:
token: ${{ secrets.ACTIONS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: push changes
if: ${{ github.event_name != 'pull_request' && github.repository == env.UPSTREAM_REPOSITORY }}
uses: stefanzweifel/git-auto-commit-action@v6
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: Bump web ${{ env.APP_VER}}
file_pattern: app/src/main/assets/web/vue/
Expand Down

0 comments on commit 787263c

Please sign in to comment.