From a64903ef92fc1c9eb69c60c4c23c58c1c1e7ffa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:51:54 +0000 Subject: [PATCH] Build(deps): Bump actions/stale from 8 to 9 Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [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/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/needsinfo.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/needsinfo.yml b/.github/workflows/needsinfo.yml index 48c557d614c17..1d46f67c01259 100644 --- a/.github/workflows/needsinfo.yml +++ b/.github/workflows/needsinfo.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: operations-per-run: 1500 days-before-stale: 28 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 889f9a308c4ca..26d99a8cfa6b3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: operations-per-run: 1500 days-before-stale: 28