diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7bdec5e..5bcc25f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -120,6 +120,6 @@ jobs: steps: - id: automerge name: automerge - uses: "pascalgn/automerge-action@v0.16.2" + uses: "pascalgn/automerge-action@v0.16.3" env: GITHUB_TOKEN: "${{ secrets.ACTION_TOKEN }}" diff --git a/.github/workflows/review-submitted.yml b/.github/workflows/review-submitted.yml index 96486e6..8f97a74 100644 --- a/.github/workflows/review-submitted.yml +++ b/.github/workflows/review-submitted.yml @@ -10,6 +10,6 @@ jobs: steps: - id: automerge name: automerge - uses: "pascalgn/automerge-action@v0.16.2" + uses: "pascalgn/automerge-action@v0.16.3" env: GITHUB_TOKEN: "${{ secrets.ACTION_TOKEN }}" \ No newline at end of file