From db5440e3ff05671129462e8472b4ef8685e6d43d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Oct 2020 15:39:50 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v3 --- .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 313d6de2..a098f5ce 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-18.04 steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} 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 10 days'