diff --git a/.github/workflows/go_mod_tidy_examples.yml b/.github/workflows/go_mod_tidy_examples.yml index bc535b1c31..86180f5139 100644 --- a/.github/workflows/go_mod_tidy_examples.yml +++ b/.github/workflows/go_mod_tidy_examples.yml @@ -28,6 +28,6 @@ jobs: - name: Run go mod tidy working-directory: examples/${{ matrix.plugin }} run: go mod tidy - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: Tidy"