diff --git a/.github/workflows/mockery.yml b/.github/workflows/mockery.yml index b671bccc2..a73921250 100644 --- a/.github/workflows/mockery.yml +++ b/.github/workflows/mockery.yml @@ -13,7 +13,7 @@ jobs: - name: Generate Mocks run: | ~/go/bin/mockery --all --keeptree --dir=contracts - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 name: Commit changes with: commit_message: "chore: update mocks"