We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616eae commit c8adcf7Copy full SHA for c8adcf7
.github/workflows/deprecated-dependencies.yml
@@ -20,7 +20,7 @@ jobs:
20
update_existing: true
21
- if: ${{ !steps.check-deprecated-js-deps.outputs.deprecated &&
22
steps.create-deprecation-issue.outputs.number }}
23
- uses: peter-evans/close-issue@v2
+ uses: peter-evans/close-issue@v3
24
with:
25
comment: Auto-closing the issue
26
issue-number: ${{ steps.create-deprecation-issue.outputs.number }}
0 commit comments