Skip to content

Commit 5913df1

Browse files
[skip ci]Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 (#4523)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51bbb39 commit 5913df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: push changes
6060
if: ${{ github.event_name != 'pull_request' && github.repository == env.UPSTREAM_REPOSITORY }}
61-
uses: stefanzweifel/git-auto-commit-action@v5.0.1
61+
uses: stefanzweifel/git-auto-commit-action@v5.1.0
6262
with:
6363
commit_message: Bump web ${{ env.APP_VER}}
6464
file_pattern: app/src/main/assets/web/vue/

0 commit comments

Comments
 (0)