From 3c7dbdcd0db89786f325d12253f28d77d994b61f Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Mon, 10 Nov 2025 13:00:16 +0000 Subject: [PATCH] Update mysociety/action-git-pusher Update to latest --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 92fc2af1..7999bcc5 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,7 +17,7 @@ jobs: - name: Push branch to git.mysociety.org id: push_to_mirror - uses: mysociety/action-git-pusher@v1.1.1 + uses: mysociety/action-git-pusher@v1.3.0 with: git_ssh_key: ${{ secrets.PUBLICCVS_GIT_KEY }} ssh_known_hosts: ${{ secrets.GIT_KNOWN_HOSTS }}