From 9becaa3494b387b459a5b9fd2f3414f81ac6421b Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 7 Oct 2022 12:17:18 +0000 Subject: [PATCH] chore(deps): update actions/stale digest to 5ebf00e --- .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 998fafda7e7..85e01f5f2df 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@3de2653986ebd134983c79fe2be5d45cc3d9f4e1 # tag=v6 + uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6 with: repo-token: ${{ secrets.BOT_TOKEN }} days-before-issue-stale: 180