aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 10:29:03 +0000
committerGitHub <noreply@github.com>2024-01-29 10:29:03 +0000
commit7b4f705f3b3218f05fd4d7b431577bbaa7c0e369 (patch)
tree2de9fa15ff40f6302531c3943fa3c9505eed4e9c /.github
parent90264b1630bf056a8fb62be3f6b104773cafcd36 (diff)
downloadinfini-7b4f705f3b3218f05fd4d7b431577bbaa7c0e369.tar.gz
infini-7b4f705f3b3218f05fd4d7b431577bbaa7c0e369.zip
chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/changelog.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index b2b02277..3772d8c7 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -40,7 +40,7 @@ jobs:
token: ${{ github.token }}
- name: Commit CHANGELOG.md
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'