From 0dda6a04252c7472607d332880c3d0f573ceef4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:18:18 +0000 Subject: [PATCH] gh-actions: bump actions/stale from 3.0.19 to 6.0.1 Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 6.0.1. - [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.0.19...v6.0.1) --- 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 be2bdb2..a1c3e6d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Close stale issues & pull requests - uses: actions/stale@v3.0.19 + uses: actions/stale@v6.0.1 with: days-before-close: 7 days-before-stale: 60