-
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. |
7224d57
to
76ddffa
Compare
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] <[email protected]>
76ddffa
to
9f7c191
Compare
…/git-auto-commit-action-6
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 Upgrade Issue
The stefanzweifel/git-auto-commit-action
was upgraded to v6, but the workflow still uses the skip_checkout: true
parameter. This parameter was removed in v6.0.0, causing the action to fail with an unknown input error.
.github/workflows/build.yml#L68-L75
content-scope-scripts/.github/workflows/build.yml
Lines 68 to 75 in 8ce3d0d
- 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 👎
[Beta] Generated file diffTime updated: Thu, 10 Jul 2025 15:20:30 GMT |
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.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)