Skip to content

Commit c3dd9d3

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#444)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) | action | major | `v5` -> `v6` | --- ### 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 is behind base branch, 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/JoshuaKGoldberg/text-table-fast). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af3cb1e commit c3dd9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/transition/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- run: npx create-typescript-app
99
shell: bash
1010
- id: auto-commit-action
11-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
11+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
1212
with:
1313
commit_author: The Friendly Bingo Bot <[email protected]>
1414
commit_message: Check in changes from re-running npx create-typescript-app

0 commit comments

Comments
 (0)