Skip to content

Commit e3b1fe9

Browse files
committed
chore(deps): update actions/stale action to v10
1 parent 61045c1 commit e3b1fe9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 🚀 Run stale
15-
uses: actions/stale@v9
15+
uses: actions/stale@v10
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
days-before-stale: 30
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
__default__: patch
3+
---
4+
5+
chore(deps): update actions/stale action to v10

0 commit comments

Comments
 (0)