From 772220962593312d1809e39232616ca987cd51b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:00:46 +0000 Subject: [PATCH] Bump actions/stale from 3 to 6 Bumps [actions/stale](https://github.com/actions/stale) from 3 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 34aa7f2..cb6af9b 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -7,7 +7,7 @@ jobs: name: "close stale issues and pull requests" runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6 with: # On the 'debug' mode the action will not perform any operation. # Add the secret ACTIONS_STEP_DEBUG with a value of 'true' in the repository.