Skip to content

Commit 5ce50df

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#1629)
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#v600---2025-06-10) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) ##### Added - Throw error early if repository is in a detached state ([#&#8203;357](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/357)) ##### Fixed - Fix PAT instructions with Dependabot ([#&#8203;376](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/376)) [@&#8203;Dreamsorcerer](https://redirect.github.com/@&#8203;Dreamsorcerer) ##### Removed - Remove support for `create_branch`, `skip_checkout`, `skip_Fetch` ([#&#8203;314](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/314)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db463e5 commit 5ce50df

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@v5
101+
uses: stefanzweifel/git-auto-commit-action@v6
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)