Skip to content

Commit 0402d14

Browse files
authored
Fix version in stale workflow
1 parent b47c16e commit 0402d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

1414
steps:
15-
- uses: actions/stale@4.0.0
15+
- uses: actions/stale@v4.0.0
1616
id: stale
1717
with:
1818
days-before-stale: 28

0 commit comments

Comments
 (0)