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'