From af862fe242bfcc5b8694f22f1e8dc727fbfbdb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:08:21 +0000 Subject: [PATCH] Bump ksivamuthu/actions-setup-gh-cli from 2 to 3 (#31) Bumps [ksivamuthu/actions-setup-gh-cli](https://github.com/ksivamuthu/actions-setup-gh-cli) from 2 to 3. - [Release notes](https://github.com/ksivamuthu/actions-setup-gh-cli/releases) - [Commits](https://github.com/ksivamuthu/actions-setup-gh-cli/compare/v2...v3) --- updated-dependencies: - dependency-name: ksivamuthu/actions-setup-gh-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yaml b/.github/workflows/auto-merge.yaml index 8cda671..7a16d45 100644 --- a/.github/workflows/auto-merge.yaml +++ b/.github/workflows/auto-merge.yaml @@ -15,7 +15,7 @@ jobs: uses: dependabot/fetch-metadata@v2 - uses: actions/checkout@v4 - name: Setup gh cli - uses: ksivamuthu/actions-setup-gh-cli@v2 + uses: ksivamuthu/actions-setup-gh-cli@v3 - name: Approve a Dependabot PR run: gh pr review --approve "$PR_URL" env: