Skip to content

Commit

Permalink
Merge pull request #86 from Okabe-Junya/renovate/actions-stale-9.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/stale action to v9
  • Loading branch information
Okabe-Junya authored Feb 2, 2024
2 parents 575c584 + 93a8907 commit 12b493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'

0 comments on commit 12b493e

Please sign in to comment.