From 461eca2edb3cd674819958aa7d0779dc9a57a9d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:27:29 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v5.2.0 (#17792) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/stale-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-action.yml b/.github/workflows/stale-action.yml index 8951780584..7393025c2a 100644 --- a/.github/workflows/stale-action.yml +++ b/.github/workflows/stale-action.yml @@ -13,7 +13,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@9c1b1c6e115ca2af09755448e0dbba24e5061cc8 # tag=v5.1.1 + - uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd # tag=v5.2.0 with: # Rate limit per run, (defaults to 30, but we've increased it to 40 for now). operations-per-run: 40 -- GitLab