From bdbc97eb7060426e605f18ae457dc843cb9a0a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:27:56 +0000 Subject: [PATCH] Bump actions/stale from 3.0.19 to 5.2.0 Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 5.2.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v3.0.19...v5.2.0) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bd7459c7025f1..c4fb6881b90ce 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: no-response: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3.0.19 + - uses: actions/stale@v5.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 10 @@ -26,7 +26,7 @@ jobs: # stale: # runs-on: ubuntu-latest # steps: -# - uses: actions/stale@v3.0.19 +# - uses: actions/stale@v5.2.0 # with: # repo-token: ${{ secrets.GITHUB_TOKEN }} # days-before-stale: 60