From 0ce9b3fbb1bfb2f8142e67c8048a603d4415b85f Mon Sep 17 00:00:00 2001 From: Arvid Andersson Date: Mon, 14 Sep 2026 13:52:16 +0200 Subject: [PATCH] Bump the generated workflow to actions/checkout@v7 v6 moved persisted git credentials out of .git/config, and the Action pushes translation commits with them, so this needed a live commit-back rather than a version swap. Verified on django-trial-rig#2: checkout, extract, translate and push all succeeded, and sv/pl/ru landed correctly. Closes #492 Co-Authored-By: Claude Opus 5 (1M context) --- src/utils/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/github.ts b/src/utils/github.ts index b47a7a3..516d443 100644 --- a/src/utils/github.ts +++ b/src/utils/github.ts @@ -280,7 +280,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: \${{ github.event.client_payload.branch || github.head_ref || github.ref_name }} fetch-depth: 0