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'