From 41ecb585e24d46d401fa4d64e5cc21cb20eeeffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:30:46 +0000 Subject: [PATCH] Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] (cherry picked from commit 1a9f9d037e65506bd85b6390fbfafc91df81a3cd) --- .github/workflows/automerge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yaml b/.github/workflows/automerge.yaml index 1084678c..a90abea6 100644 --- a/.github/workflows/automerge.yaml +++ b/.github/workflows/automerge.yaml @@ -103,7 +103,7 @@ jobs: - id: automerge name: Auto merge of cherry-picked PRs. - uses: pascalgn/automerge-action@v0.16.3 + uses: pascalgn/automerge-action@v0.16.4 if: steps.waitforstatuschecks.outputs.status == 'success' env: GITHUB_TOKEN: "${{ secrets.CHERRYPICK_PAT }}"