diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e28f87c..58fa631 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -78,7 +78,7 @@ jobs: body: "Automated data scrape, rank, and README injection." delete-branch: true - name: Enable auto-merge - uses: pascalgn/automerge-action@v0.15.6 + uses: pascalgn/automerge-action@v0.16.4 if: ${{ inputs.auto-merge == 'true' }} with: github_token: ${{ github.token }}