From 96be7f96da1a5f34a5ca07e9c551f0064fa6cfb8 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 25 May 2020 21:10:03 -0700 Subject: [PATCH] stale fix --- .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 71df5112..b5ba5fda 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Stale Issues - uses: actions/stale@v1.1.0 + uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue hasn't had any updates in a while. If this is still a problem, please create a new issue."