From 9c57d085f83d491c158a259545767c9c225e0bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 09:21:08 +0900 Subject: [PATCH] chore(deps): update actions/stale digest to 65d24b7 (#1433) Co-authored-by: Renovate Bot --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index fba441cf..ad0c50f5 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -14,7 +14,7 @@ jobs: pull-requests: write # for actions/stale to close stale PRs runs-on: ubuntu-latest steps: - - uses: actions/stale@428b0ed64d74596742200dc98805bb90f39ef9f0 + - uses: actions/stale@65d24b70926a596b0f0098d7e1eb572175d73bc1 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' # turn off stale for both issues and PRs