diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c004bc22358..8cd204d31ca 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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.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