From f599cc1cd1490f8843a7bfa6ada7b424ed604a07 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Thu, 9 Dec 2021 19:37:06 -0800 Subject: [PATCH] Update actions/stale to v4 (#2346) This might make the actions bot better about removing the stale label when there have been new comments. See: https://github.com/actions/stale/pull/519 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e16fb5b058..a6d292e5f6 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@v3 + - uses: actions/stale@v4 with: stale-issue-message: "This issue is being marked as stale because there has been no activity for 180 days. Please add a comment to keep it open." stale-issue-label: stale