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 09ddd8d commit 97485c5Copy full SHA for 97485c5
1 file changed
.github/workflows/stale-issue-pr.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Mark stale issues and PRs
22
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 # Use the latest version of the Stale Action
+ uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 # Use the latest version of the Stale Action
23
with:
24
# Label to apply to stale issues
25
stale-issue-label: 'stale'
0 commit comments