Skip to content

Commit 1095009

Browse files
chore(actions): update actions/stale action to v10.1.0 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a8d96c commit 1095009

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@v10.0.0 # Use the latest version of the Stale Action
22+
uses: actions/stale@v10.1.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)