From 14241d7dee9a3e744f82082197b33dc10f6dc8ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 16:43:52 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v3.0.19 (#10081) 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 5372e3cb52..fe80a3be64 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@v3.0.18 + - uses: actions/stale@v3.0.19 with: # Rate limit per run, (defaults to 30, but we've increased it to 40 for now). operations-per-run: 40 -- GitLab