diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5109639ea3e..bcad4c7c7ea 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: # The number of days old an issue can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically. days-before-stale: 14