From 92deb9e3b2cc099c1392a1f03fba95ad3a4a56d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:48:36 +0530 Subject: [PATCH] build(deps): use `gh` CLI instead of `peter-evans/close-issue` (#13825) * build(deps): bump peter-evans/close-issue from 2 to 3 Bumps [peter-evans/close-issue](https://github.com/peter-evans/close-issue) from 2 to 3. - [Release notes](https://github.com/peter-evans/close-issue/releases) - [Commits](https://github.com/peter-evans/close-issue/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/close-issue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update monthly-check.yml Do not use the Action anymore, but use `gh cli` directly --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- .github/workflows/monthly-check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/monthly-check.yml b/.github/workflows/monthly-check.yml index cedfc6507..84d5dc98e 100644 --- a/.github/workflows/monthly-check.yml +++ b/.github/workflows/monthly-check.yml @@ -59,9 +59,7 @@ jobs: - name: Close last report open issue if: ${{ env.lychee_exit_code == 0 && steps.last-issue.outputs.has-found == 'true' }} - uses: peter-evans/close-issue@v2 - with: - issue-number: ${{ steps.last-issue.outputs.issue-number }} + run: gh issue close ${{ steps.last-issue.outputs.issue-number }} - name: Save lychee cache uses: actions/cache/save@v4