From a361d4f57b29f722f40fad0b3ff2fb37e1b14c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:14:11 -0400 Subject: [PATCH] chore: bump pascalgn/automerge-action from 0.16.3 to 0.16.4 (#81) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-libs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-libs.yaml b/.github/workflows/update-libs.yaml index dab716a..fcaee73 100644 --- a/.github/workflows/update-libs.yaml +++ b/.github/workflows/update-libs.yaml @@ -68,7 +68,7 @@ jobs: review-message: "Auto approved automated PR" - name: Automerge - uses: pascalgn/automerge-action@v0.16.3 + uses: pascalgn/automerge-action@v0.16.4 if: ${{ steps.create-pr.outputs.pull-request-number != '' }} env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"