From 64e377ed19a17154270d82fdbf64ab06ebaee51e Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 2 Sep 2024 17:13:38 +0000 Subject: [PATCH] chore(template): sync with hutchic-org/template-ghcr-python --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index b91ec90..1161845 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically update PR - uses: adRise/update-pr-branch@v0.9.0 + uses: adRise/update-pr-branch@v0.9.1 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: 'main'