diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 5047120..b91ec90 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.8.1 + uses: adRise/update-pr-branch@v0.9.0 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: 'main'