Skip to content

Commit c258731

Browse files
authored
Merge pull request #81 from guanguans/dependabot/github_actions/actions/stale-10
build(deps): bump actions/stale from 9 to 10
2 parents cb76226 + 3f073b1 commit c258731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020

2121
steps:
22-
- uses: actions/stale@v9
22+
- uses: actions/stale@v10
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
stale-issue-message: 'Stale issue message'

0 commit comments

Comments
 (0)