From c8adcf76ad8dbfa0b9501bb7ba4911f695c7244d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 01:39:44 +0000 Subject: [PATCH 1/2] fix: update peter-evans/close-issue action to v3 --- .github/workflows/deprecated-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deprecated-dependencies.yml b/.github/workflows/deprecated-dependencies.yml index a01b6bf..4611ebd 100644 --- a/.github/workflows/deprecated-dependencies.yml +++ b/.github/workflows/deprecated-dependencies.yml @@ -20,7 +20,7 @@ jobs: update_existing: true - if: ${{ !steps.check-deprecated-js-deps.outputs.deprecated && steps.create-deprecation-issue.outputs.number }} - uses: peter-evans/close-issue@v2 + uses: peter-evans/close-issue@v3 with: comment: Auto-closing the issue issue-number: ${{ steps.create-deprecation-issue.outputs.number }} From 70f41867e4e63deda821b53cd977723412b9216d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 7 Apr 2023 01:44:38 +0000 Subject: [PATCH 2/2] chore: update config files --- .github/workflows/deprecated-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deprecated-dependencies.yml b/.github/workflows/deprecated-dependencies.yml index 4611ebd..a01b6bf 100644 --- a/.github/workflows/deprecated-dependencies.yml +++ b/.github/workflows/deprecated-dependencies.yml @@ -20,7 +20,7 @@ jobs: update_existing: true - if: ${{ !steps.check-deprecated-js-deps.outputs.deprecated && steps.create-deprecation-issue.outputs.number }} - uses: peter-evans/close-issue@v3 + uses: peter-evans/close-issue@v2 with: comment: Auto-closing the issue issue-number: ${{ steps.create-deprecation-issue.outputs.number }}