diff --git a/.github/workflows/close-no-response.yml b/.github/workflows/close-no-response.yml index 98eaf07c..40e7d096 100644 --- a/.github/workflows/close-no-response.yml +++ b/.github/workflows/close-no-response.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: # https://github.com/marketplace/actions/close-stale-issues - - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 + - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 with: days-before-stale: -1 # Add the stale label manually. days-before-close: 21