diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index f730f8e..f9d3472 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -10,7 +10,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