diff --git a/.github/workflows/remove_stale_branches.yml b/.github/workflows/remove_stale_branches.yml index 2912818d8e4..f56421cda5c 100644 --- a/.github/workflows/remove_stale_branches.yml +++ b/.github/workflows/remove_stale_branches.yml @@ -17,7 +17,7 @@ jobs: name: Remove Stale Branches runs-on: ubuntu-latest steps: - - uses: fpicalausa/remove-stale-branches@v1.6.0 + - uses: fpicalausa/remove-stale-branches@v2.4.0 with: ignore-unknown-authors: true default-recipient: "kobergj"