Skip to content

Commit 8c94c94

Browse files
update .github/workflows/stale-issue-pr.yaml
1 parent b0d186c commit 8c94c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-issue-pr.yaml

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

2020
steps:
2121
- name: Mark stale issues and PRs
22-
uses: actions/stale@v9.1.0 # Use the latest version of the Stale Action
22+
uses: actions/stale@v10.0.0 # Use the latest version of the Stale Action
2323
with:
2424
# Label to apply to stale issues
2525
stale-issue-label: 'stale'

0 commit comments

Comments
 (0)