diff --git a/.github/workflows/closeStale.yml b/.github/workflows/closeStale.yml index 7f6b116ea..6c191230c 100644 --- a/.github/workflows/closeStale.yml +++ b/.github/workflows/closeStale.yml @@ -15,7 +15,7 @@ jobs: labels: linux-ubuntu-latest steps: # Release v8 (https://github.com/actions/stale/tree/v8.0.0) - - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8 + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: stale-issue-message: "This issue has been marked as Stale because it has been open for 30 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue." stale-pr-message: "This PR has been marked as Stale because it has been open for 30 days with no activity. If you would like the PR to remain open, please remove the stale label or comment on the PR."