From b12b8141d22dc78d06860fc9a67aba37cedc26eb Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 23 Mar 2023 12:07:20 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v8 --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 01d7d356..acf27beb 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check for stale issues and PRs - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7 + uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8 with: repo-token: ${{ secrets.BOT_TOKEN }} days-before-issue-stale: 180