diff --git a/.github/workflows/close-no-response.yml b/.github/workflows/close-no-response.yml index 4346d838..30ade5d3 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@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 with: days-before-stale: -1 # Add the stale label manually. days-before-close: 21