Skip to content

Commit b4257b3

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [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@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d136ba1 commit b4257b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
npm run lint:fix
5050
5151
- name: 💼 Auto commit lint codes
52-
uses: stefanzweifel/git-auto-commit-action@v6
52+
uses: stefanzweifel/git-auto-commit-action@v7
5353
id: auto-commit-action
5454
with:
5555
commit_message: Auto fix lint issues

.github/workflows/e2e-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
npm_auth_token: ${{ secrets.NPM_TOKEN }}
5050

5151
- name: 💼 Auto commit on approved backstop
52-
uses: stefanzweifel/git-auto-commit-action@v6
52+
uses: stefanzweifel/git-auto-commit-action@v7
5353
id: auto-commit-action
5454
with:
5555
commit_message: Update backstop with auto approval

0 commit comments

Comments
 (0)