From f151fa1b8c5188a0dab7afc7ae87045b37c28a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:47:48 +0000 Subject: [PATCH] build(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 428b0ed64d74596742200dc98805bb90f39ef9f0 to 99b6c709598e2b0d0841cd037aaf1ba07a4410bd. - [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/428b0ed64d74596742200dc98805bb90f39ef9f0...99b6c709598e2b0d0841cd037aaf1ba07a4410bd) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production ... 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 571f3fc5758b5..eac41aca5baca 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Prune Stale - uses: actions/stale@428b0ed64d74596742200dc98805bb90f39ef9f0 + uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Different amounts of days for issues/PRs are not currently supported but there is a PR