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

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

Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
- [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/v7...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: Ndependabot[bot] <support@github.com>
上级 686b3d47
......@@ -46,7 +46,7 @@ jobs:
pull-requests: write
steps:
- name: Stale issues
uses: actions/stale@v7
uses: actions/stale@v8
id: stale-issues
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
......@@ -84,7 +84,7 @@ jobs:
run: echo ${{ format('{0},{1}', toJSON(steps.stale-issues.outputs.staled-issues-prs), toJSON(steps.stale-issues.outputs.closed-issues-prs)) }}
- name: Stale Pull Requests
uses: actions/stale@v7
uses: actions/stale@v8
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.
先完成此消息的编辑!
想要评论请 注册