From b42ff8c414d2c4eefcb449e704197c54b1fd7abc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 15 Dec 2025 10:45:14 +0000 Subject: [PATCH] chore(deps): Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/go_mod_tidy_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_mod_tidy_examples.yml b/.github/workflows/go_mod_tidy_examples.yml index 1643c42b79..47e72acfc6 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"