Skip to content

Commit 4e5819e

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#77)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) | action | major | `v6` -> `v7` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/stefanzweifel/git-auto-commit-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/stefanzweifel/git-auto-commit-action) | --- ### Release Notes <details> <summary>stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)</summary> ### [`v7`](https://redirect.github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v700---2025-10-12) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7) ##### Added - Restore skip\_fetch, skip\_checkout, create\_branch ([#&#8203;388](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/388)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) - Restore Detached State Detection ([#&#8203;393](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/393)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) - Add Support for Tag Messages ([#&#8203;391](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/391)) [@&#8203;EliasBoulharts](https://redirect.github.com/@&#8203;EliasBoulharts) ##### Changed - Run Action on Node 24 ([#&#8203;389](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/389)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) ##### Dependency Updates - Bump actions/checkout from 4 to 5 ([#&#8203;386](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/386)) \[@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)]\(<https://github.com/@&#8203;[dependabot[bot>]]\(<https://github.com/apps/dependabot>)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b198d6 commit 4e5819e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# Commit generated version metadata and README updates on release tags
132132
- name: Auto-commit release assets
133133
if: github.event_name == 'push' && steps.version.outputs.tag == 'latest'
134-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
134+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
135135
with:
136136
commit_message: "chore(release): sync generated assets [skip ci]"
137137
branch: main

0 commit comments

Comments
 (0)