From fe0582af3fc8eda8178e30fe2a81ee688eedcfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:15:13 +0000 Subject: [PATCH] build(deps): bump actions/stale from 3.0.14 to 7.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 3.0.14 to 7.0.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/87c2b794b9b47a9bec68ae03c01aeb572ffebdb1...6f05e4244c9a0b2ed3401882b05d701dd0a7289b) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bc092820a..fbc372132 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@87c2b794b9b47a9bec68ae03c01aeb572ffebdb1 + - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b with: repo-token: ${{ github.token }} days-before-stale: 21