Skip to content

Commit 2a16b6d

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

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
@@ -59,7 +59,7 @@ jobs:
5959
echo "${{ env.IMGVERSION }}" > dev/build/TARGET_BASE
6060
6161
- name: Commit CHANGELOG.md
62-
uses: stefanzweifel/git-auto-commit-action@v5
62+
uses: stefanzweifel/git-auto-commit-action@v6
6363
with:
6464
branch: ${{ github.ref_name }}
6565
commit_message: 'ci: update base image target version to ${{ env.IMGVERSION }}'

0 commit comments

Comments
 (0)