From 2fd78f715ba462118c6217ecaa4ea5d804a3ccbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 00:06:52 +0000 Subject: [PATCH] Chore(deps): Bump actions/stale from 4 to 7 Bumps [actions/stale](https://github.com/actions/stale) from 4 to 7. - [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/v4...v7) --- 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 b7970cf1bf5b..30b319bbaa5c 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@v4 + - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 10 @@ -26,7 +26,7 @@ jobs: # stale: # runs-on: ubuntu-latest # steps: -# - uses: actions/stale@v4 +# - uses: actions/stale@v7 # with: # repo-token: ${{ secrets.GITHUB_TOKEN }} # days-before-stale: 60