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