diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9196279..41be14e 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically merge branches labeled as `autoupdate` - uses: "pascalgn/automerge-action@v0.15.6" + uses: "pascalgn/automerge-action@v0.16.0" env: GITHUB_TOKEN: "${{ secrets.ELEVATED_GITHUB_TOKEN }}" MERGE_LABELS: "autoupdate"