diff --git a/.github/workflows/close-no-response.yml b/.github/workflows/close-no-response.yml index 2bb8c588..dcc32201 100644 --- a/.github/workflows/close-no-response.yml +++ b/.github/workflows/close-no-response.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: # https://github.com/marketplace/actions/close-stale-issues - - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: days-before-stale: -1 # Add the stale label manually. days-before-close: 21