diff --git a/.github/workflows/needs-attention.yml b/.github/workflows/needs-attention.yml index 6143be1fb2be..3e2d93a25ca6 100644 --- a/.github/workflows/needs-attention.yml +++ b/.github/workflows/needs-attention.yml @@ -10,7 +10,7 @@ jobs: needs-attention: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: days-before-stale: 30 days-before-close: -1 # never close automatically