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