diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 89b1b20a399f1cf023271dad68bc2cfb143f7035..6de8341c61fc5ae8f0754860ccfbc91a48b153d8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -20,7 +20,7 @@ jobs: - run: go run ./cmd/openrouter/main.go # we need to add this back when we know that the providers/models all work # - run: go run ./cmd/huggingface/main.go - - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v5 + - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v5 with: commit_message: "chore: auto-update generated files" branch: main