From efc30081fa571c2a3306322cac2d40b498b67b0b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 24 Nov 2020 21:43:18 +0000 Subject: [PATCH] Updating GHES workflows --- 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'