From 6075f03b7e417ccbf3469123cc1bc97a8ff0b5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:59:24 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20stefanzweifel/?= =?UTF-8?q?git-auto-commit-action=20(v5=20=E2=86=92=20v6)=20(#362)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f81c727..dca2ea2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: run: yarn lerna:bootstrap:ci - name: Auto Commit Changes - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5 + uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6 with: commit_message: 'chore: 🤖 bump versions and publish packages' commit_options: '--no-verify'