Skip to content

Commit

Permalink
fix: update peter-evans/close-issue action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 7, 2023
1 parent aad8e4f commit efe61a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deprecated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit efe61a1

Please sign in to comment.