We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4d4f8 commit bc3b16dCopy full SHA for bc3b16d
.github/workflows/close-stale-issues.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Close Stale Issues
23
- uses: actions/stale@v9.0.0
+ uses: actions/stale@v10.1.0
24
with:
25
# # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
26
# repo-token: # optional, default is ${{ github.token }}
0 commit comments