Skip to content

Commit d901054

Browse files
authored
chore(deps): Update stefanzweifel/git-auto-commit-action action to v7 (#2362)
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` -> `v7` | --- ### 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://redirect.github.com/apps/dependabot)) ### [`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 - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 40cc019 commit d901054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run go mod tidy
2929
working-directory: examples/${{ matrix.plugin }}
3030
run: go mod tidy
31-
- uses: stefanzweifel/git-auto-commit-action@v5
31+
- uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: "chore: Tidy"

0 commit comments

Comments
 (0)