diff --git a/.github/workflows/close-no-response.yml b/.github/workflows/close-no-response.yml index 4a302537..8610232b 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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: days-before-stale: -1 # Add the stale label manually. days-before-close: 21