From 02eddac30920bce1e8f7fb7eb3ee726826274bc4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 22 Sep 2022 12:52:42 +0200 Subject: [PATCH] chore(deps): update actions/stale action to v6 (#229) --- .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 89151f71..998fafda 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@99b6c709598e2b0d0841cd037aaf1ba07a4410bd # tag=v5 + uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1 # tag=v6 with: repo-token: ${{ secrets.BOT_TOKEN }} days-before-issue-stale: 180