Skip to content

Commit c7657c3

Browse files
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 (ietf-tools#10624)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e72ead8 commit c7657c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-base-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "${{ env.IMGVERSION }}" > dev/build/TARGET_BASE
6161
6262
- name: Commit CHANGELOG.md
63-
uses: stefanzweifel/git-auto-commit-action@v6
63+
uses: stefanzweifel/git-auto-commit-action@v7
6464
with:
6565
branch: ${{ github.ref_name }}
6666
commit_message: 'ci: update base image target version to ${{ env.IMGVERSION }}'

0 commit comments

Comments
 (0)