diff --git a/.github/workflows/stale_bot.yml b/.github/workflows/stale_bot.yml index 576da06baa5..a81f4c06911 100644 --- a/.github/workflows/stale_bot.yml +++ b/.github/workflows/stale_bot.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Stale PR+Issues - uses: actions/stale@v10.4.0 + uses: actions/stale@v11.0.0 with: days-before-stale: 45 stale-issue-message: This issue has not had any comment or update in the last month. If it is still relevant, please post update comments. If no comments are made, this issue will be closed automagically in 7 days.