Skip to content

Commit bc7754c

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#150)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) | action | major | `v5` -> `v6` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/stefanzweifel/git-auto-commit-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/stefanzweifel/git-auto-commit-action) | --- ### 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#v601---2025-06-11) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) ##### Fixed - Disable Check if Repo is in Detached State ([#&#8203;379](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/379)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/settlemint/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2af26fb commit bc7754c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solidity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ jobs:
250250
| ------- | -------------------- |
251251
| Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
252252
253-
- uses: stefanzweifel/git-auto-commit-action@v5
253+
- uses: stefanzweifel/git-auto-commit-action@v6
254254
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
255255
with:
256256
commit_message: "chore: update package versions [skip ci]"
257257
branch: main
258258
file_pattern: "package.json README.md"
259259

260-
- uses: stefanzweifel/git-auto-commit-action@v5
260+
- uses: stefanzweifel/git-auto-commit-action@v6
261261
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
262262
with:
263263
commit_message: "chore: update package versions [skip ci]"

0 commit comments

Comments
 (0)