diff options
| author | 2024-01-29 10:29:03 +0000 | |
|---|---|---|
| committer | 2024-01-29 10:29:03 +0000 | |
| commit | 7b4f705f3b3218f05fd4d7b431577bbaa7c0e369 (patch) | |
| tree | 2de9fa15ff40f6302531c3943fa3c9505eed4e9c /.github | |
| parent | 90264b1630bf056a8fb62be3f6b104773cafcd36 (diff) | |
| download | infini-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.yml | 2 |
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]' |
