diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 22051704ab..af6638ae27 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -29,7 +29,7 @@ jobs: run: | (cd ./examples && go mod tidy) (cd ./tutorials && go mod tidy) - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: go mod tidy tutorials and examples" branch: master