diff options
| author | 2025-10-13 11:06:41 +0000 | |
|---|---|---|
| committer | 2025-10-13 11:06:41 +0000 | |
| commit | d2c24f95a4062314c0628ea2d2f5eb8b5b7af107 (patch) | |
| tree | 3efd7fbdbdac983845848e8ff0eb3cfc181bd157 /.github/workflows/changelog.yml | |
| parent | a2778f9f75565984da1f4d7d5902fd1ce2a4f8b6 (diff) | |
| download | infini-d2c24f95a4062314c0628ea2d2f5eb8b5b7af107.tar.gz infini-d2c24f95a4062314c0628ea2d2f5eb8b5b7af107.zip | |
chore(deps): 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](https://github.com/stefanzweifel/git-auto-commit-action/compare/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] <support@github.com>
Diffstat (limited to '.github/workflows/changelog.yml')
| -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 83fb8050..8b523beb 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@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: master commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' |
