Skip to content

Commit 42cc61d

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#475)
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/fingerprint-suite). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 089c41e commit 42cc61d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run benchmark
3838

3939
- name: Update the benchmark report
40-
uses: stefanzweifel/git-auto-commit-action@v6
40+
uses: stefanzweifel/git-auto-commit-action@v7
4141
with:
4242
commit_message: 'chore: [skip-ci] update benchmark results'
4343
branch: master

.github/workflows/model-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
sed -i "5i## $(uv version --short) - ($(date "+%Y-%m-%d"))\n\n- Updated data. Same as npm package \`fingerprint-generator\` version \`$version\`\n" CHANGELOG.md
159159
160160
- name: Push new model
161-
uses: stefanzweifel/git-auto-commit-action@v6
161+
uses: stefanzweifel/git-auto-commit-action@v7
162162
with:
163163
commit_message: '[auto] fingerprint/header model update'
164164
branch: master

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
5454

5555
- name: Commit the version bump
56-
uses: stefanzweifel/git-auto-commit-action@v6
56+
uses: stefanzweifel/git-auto-commit-action@v7
5757
with:
5858
branch: master
5959
commit_message: 'chore: [skip ci] sync new package.json versions'

0 commit comments

Comments
 (0)