From be271fddddd63ee70b51dae9251acdd434654412 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Tue, 20 Feb 2024 17:25:05 -0800 Subject: [PATCH] ci: use fork of ghcommit-action --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 04d8558..a6f6dcd 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -32,7 +32,7 @@ jobs: # TODO(jaredallard): Re-enable once the updater keeps the existing Manifest. #- name: Run linter # run: mise run lint - - uses: planetscale/ghcommit-action@v0.1.6 + - uses: jaredallard/ghcommit-action@v0.1.7 if: github.event_name != 'pull_request' with: commit_message: "chore: update dependencies"