Skip to content

Commit d8be59c

Browse files
authored
Merge pull request #2699 from containers/renovate/actions-stale-10.x
[skip-ci] Update actions/stale action to v10
2 parents b0c3f56 + cf5b488 commit d8be59c

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
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write # for actions/stale to close stale PRs
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@v9
20+
- uses: actions/stale@v10
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.'

0 commit comments

Comments
 (0)