未验证 提交 dcac1de1 编写于 作者: D dependabot[bot] 提交者: GitHub

chore(deps): bump actions/stale from 6 to 7

Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: Ndependabot[bot] <support@github.com>
上级 9aadba05
......@@ -46,7 +46,7 @@ jobs:
pull-requests: write
steps:
- name: Stale issues
uses: actions/stale@v6
uses: actions/stale@v7
id: stale-issues
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
......@@ -84,7 +84,7 @@ jobs:
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }}
- name: Stale Pull Requests
uses: actions/stale@v6
uses: actions/stale@v7
id: stale-prs
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册