Skip to content

Commit 37b0809

Browse files
authored
Merge pull request #68 from thewtex/dependabot/github_actions/actions/stale-4
Bump actions/stale from 3 to 4
2 parents c83d7ee + 8b6e394 commit 37b0809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/expired.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
stale:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/stale@v3
9+
- uses: actions/stale@v4
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
exempt-issue-milestones: 'future,alpha,beta,release'

0 commit comments

Comments
 (0)