diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fcb7b156246..72ad9996e3e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.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