Spaces:
Runtime error
Runtime error
dependabot[bot]
dependabot[bot]
commited on
Commit
•
af3385d
1
Parent(s):
649e0db
build(deps): bump actions/stale from 8 to 9 (#476)
Browse filesBumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [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/v8...v9)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/stale.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
-
- uses: actions/stale@
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
+
- uses: actions/stale@v9
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|