Skip to content

Commit a649be8

Browse files
authored
Update stale action to v10 (#3788)
Bumped actions/stale from v9 to v10 in .github/workflows/automate-stale.yml. This keeps the workflow up to date with the latest release. Proof:https://github.com/actions/stale/releases/tag/v10.0.0
1 parent 3a03df2 commit a649be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automate-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Run Stale Bot
1818
id: stale
19-
uses: actions/stale@v9
19+
uses: actions/stale@v10
2020
with:
2121
# General settings
2222
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}

0 commit comments

Comments
 (0)