Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 0a66ba9

Browse files
authored
Update stale action version
Updated the version used to v3
1 parent 5c25abf commit 0a66ba9

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/stale@v1
13+
- uses: actions/stale@v3
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-message: 'This Issue is being marked as Stale because it has 30 days without any interaction. CC: @froi @jpadilla'

0 commit comments

Comments
 (0)