Skip to content

Commit f4a82c1

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#16)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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 | `v5` -> `v6` | [![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> ### [`v6`](https://redirect.github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v601---2025-06-11) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) ##### Fixed - Disable Check if Repo is in Detached State ([#&#8203;379](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/379)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 a50f165 commit f4a82c1

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 # v5
134+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
135135
with:
136136
commit_message: "chore(release): sync generated assets [skip ci]"
137137
branch: main

0 commit comments

Comments
 (0)