Skip to content

Commit 560ac27

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#1258)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54c477a commit 560ac27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readme-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Replace GIT_TAG"
2222
run: sed -i -re 's/(GIT_TAG) [0-9a-f]+/\1 ${{github.sha}}/' README.md
2323
- name: "Commit changes"
24-
uses: stefanzweifel/git-auto-commit-action@v6
24+
uses: stefanzweifel/git-auto-commit-action@v7
2525
with:
2626
commit_message: ${{env.COMMIT_MESSAGE}}
2727
branch: ${{env.OUTPUT_BRANCH}}

0 commit comments

Comments
 (0)