Skip to content

Commit 403a213

Browse files
authored
update stale version (#5471)
1 parent 64263e3 commit 403a213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
permissions:
11+
actions: write
1112
issues: write
1213
pull-requests: write
1314

1415
steps:
1516
- name: Mark and Close Stale Issues and PRs
16-
uses: actions/stale@v9
17+
uses: actions/stale@v10.1.0
1718
with:
1819
repo-token: ${{ secrets.GITHUB_TOKEN }}
1920

0 commit comments

Comments
 (0)