diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index f6779d0..84d03cb 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -19,7 +19,7 @@ jobs: with: github-token: ${{ secrets.GH_TOKEN }} - name: Merge pull request - uses: "pascalgn/automerge-action@v0.16.3" + uses: "pascalgn/automerge-action@v0.16.4" permissions: contents: write pull-requests: write