diff --git a/.github/workflows/reuse_all_stale_bot.yml b/.github/workflows/reuse_all_stale_bot.yml index 2275e30..9eaa9c5 100644 --- a/.github/workflows/reuse_all_stale_bot.yml +++ b/.github/workflows/reuse_all_stale_bot.yml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: stale-issue-message: 'This issue has been marked stale due to lack of activity. Remove the stale label or make a comment to keep this issue open, or it will be closed automatically.' stale-pr-message: 'This pr has been marked stale due to lack of activity. Remove the stale label, make a comment or push a commit to keep this issue open, or it will be closed automatically.'