From 8a82cdd54dc99b89d04ff07d06d36312f08f7299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:41:39 +0200 Subject: [PATCH] chore(deps): update actions/stale action to v4 (#10903) Co-authored-by: Renovate Bot <bot@renovateapp.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 eb71acf29d..bab572d478 100644 --- a/.github/workflows/stale-action.yml +++ b/.github/workflows/stale-action.yml @@ -9,7 +9,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@98ed4cb500039dbcccf4bd9bedada4d0187f2757 # renovate: tag=v3.0.19 + - uses: actions/stale@cdf15f641adb27a71842045a94023bef6945e3aa # renovate: tag=v4.0.0 with: # Rate limit per run, (defaults to 30, but we've increased it to 40 for now). operations-per-run: 40 -- GitLab