Skip to content

Commit e04c228

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
git diff --exit-code
8383
8484
- name: Do the release
85-
uses: stefanzweifel/git-auto-commit-action@v5
85+
uses: stefanzweifel/git-auto-commit-action@v6
8686
with:
8787
commit_user_name: ${{ env.GIT_COMMITTER_NAME }}
8888
commit_user_email: ${{ env.GIT_COMMITTER_EMAIL }}
@@ -110,7 +110,7 @@ jobs:
110110
bundle exec rake vox:version:bump:full[${{ steps.future_version.outputs.version }}]
111111
112112
- name: Commit changes
113-
uses: stefanzweifel/git-auto-commit-action@v5
113+
uses: stefanzweifel/git-auto-commit-action@v6
114114
with:
115115
commit_user_name: ${{ env.GIT_COMMITTER_NAME }}
116116
commit_user_email: ${{ env.GIT_COMMITTER_EMAIL }}

0 commit comments

Comments
 (0)