From 69cd8972a8b64c2f5c08eccb3fa2019bb23d7c5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:40:00 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 4845105..12fb9ff 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -250,14 +250,14 @@ jobs: | ------- | -------------------- | | Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` | - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed' with: commit_message: "chore: update package versions [skip ci]" branch: main file_pattern: "package.json README.md" - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed' with: commit_message: "chore: update package versions [skip ci]"