From ca7b1e42d8ade4820c2c94faa383a3b0e6ab22eb Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 1 Oct 2020 15:06:20 -0400 Subject: [PATCH] Update stale to most recent version --- automation/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/stale.yml b/automation/stale.yml index 3404517..b671fc0 100644 --- a/automation/stale.yml +++ b/automation/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Stale issue message'