Skip to content

Commit 73b7f6c

Browse files
authored
Merge pull request #92 from thewtex/dependabot/github_actions/actions/stale-8
Bump actions/stale from 7 to 8
2 parents 2c34842 + 88a219a commit 73b7f6c

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@v7
9+
- uses: actions/stale@v8
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
exempt-issue-milestones: 'future,alpha,beta,release'

0 commit comments

Comments
 (0)