Skip to content

Commit b126426

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#2001)
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 | `v6` -> `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://github.com/apps/dependabot>)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b6da4b commit b126426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
npm show $PACKAGE_NAME@$PACKAGE_VER # fails if the package is not available, succeeds if it is
9999
100100
- name: Commit the new theme version
101-
uses: stefanzweifel/git-auto-commit-action@v6
101+
uses: stefanzweifel/git-auto-commit-action@v7
102102
with:
103103
commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]'
104104
file_pattern: 'apify-docs-theme/package*.json'

0 commit comments

Comments
 (0)