From f86f2f8e145fedcb671a77e45d5e65404e6316ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:27:08 +0000 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 in the all group (#1692) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/schema-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema-update.yml b/.github/workflows/schema-update.yml index 949dac5c260497344969c182302baa0d968113bf..5bc1f29d91969f32757f9ad78f7742e7e20b7f3e 100644 --- a/.github/workflows/schema-update.yml +++ b/.github/workflows/schema-update.yml @@ -19,7 +19,7 @@ jobs: go-version-file: go.mod - run: go run . schema > ./schema.json - run: go generate ./internal/agent/hyper/... - - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v5 + - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v5 with: commit_message: "chore: auto-update files" branch: main