-
Notifications
You must be signed in to change notification settings - Fork 29
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 #1750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 #1750
Conversation
✅ Deploy Preview for content-scope-scripts canceled.
|
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
76ddffa
to
9f7c191
Compare
[Beta] Generated file diffTime updated: Fri, 25 Jul 2025 11:59:05 GMT |
@dependabot recreate |
8ce3d0d
to
9751135
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Git Auto-Commit Action v6 Parameter Issue
The workflow was updated to stefanzweifel/git-auto-commit-action@v6
. This version introduced a breaking change by removing support for the skip_checkout
parameter (as noted in v6.0.0 release notes). However, the workflow continues to use skip_checkout: true
, which will cause the action to fail or behave unexpectedly.
.github/workflows/build.yml#L69-L75
content-scope-scripts/.github/workflows/build.yml
Lines 69 to 75 in 9751135
- name: Commit build files | |
uses: stefanzweifel/git-auto-commit-action@v6 | |
with: | |
commit_message: 'Release build ${{ github.event.inputs.version }} [ci release]' | |
commit_options: '--allow-empty' | |
skip_checkout: true | |
branch: 'releases' |
Was this report helpful? Give feedback by reacting with 👍 or 👎
@@ -67,7 +67,7 @@ jobs: | |||
git add -f . ':!CHANGELOG.txt' ':!node_modules' | |||
|
|||
- name: Commit build files | |||
uses: stefanzweifel/git-auto-commit-action@v5 | |||
uses: stefanzweifel/git-auto-commit-action@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Deprecated Parameter Causes Workflow Failure
The workflow uses stefanzweifel/git-auto-commit-action@v6
with the skip_checkout: true
parameter, which was removed in v6.0.0 according to its release notes, causing the action to fail.
Locations (1)
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
2437c8d
to
f0ba57e
Compare
@dependabot recreate |
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f0ba57e
to
b92f0cf
Compare
Bumps stefanzweifel/git-auto-commit-action from 5 to 6.
Release notes
Sourced from stefanzweifel/git-auto-commit-action's releases.
... (truncated)
Changelog
Sourced from stefanzweifel/git-auto-commit-action's changelog.
Commits
778341a
Merge pull request #379 from stefanzweifel/disable-detached-state-check33b203d
Disable Check if Repo is in Detached Statea82d80a
Update CHANGELOG3cc016c
Merge pull request #375 from stefanzweifel/v6-nextddb7ae4
Merge pull request #376 from Dreamsorcerer/patch-1b001e5f
Apply suggestions from code review6494dc6
Fix PAT instructions with Dependabot7618051
Add deprecated inputs to fix unbound variable issueae11462
Merge pull request #371 from stefanzweifel/dependabot/npm_and_yarn/bats-1.12.03058f91
Bump bats from 1.11.1 to 1.12.0You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)