From 6277babf25ed6be0a9183b991482758fc663a38a Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Mon, 18 Oct 2021 08:22:08 -0400 Subject: [PATCH] Migrate to actions/stale v4.0 --- .github/workflows/stale-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-bot b/.github/workflows/stale-bot index 5992b93ed..46a97f52a 100644 --- a/.github/workflows/stale-bot +++ b/.github/workflows/stale-bot @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v4 with: stale-issue-message: 'We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.' stale-pr-message: ''We are clearing up our old Pull Requests and yours has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.'