From cce3766c89a9e07f3db9faab304fbcedcddeabfe Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 27 May 2024 18:09:10 +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 4f28b07..b832e64 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.7.2 + uses: adRise/update-pr-branch@v0.8.0 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: 'main'