From 4fb6e65ba99b52b64278b291ee11d9a32ef1f24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 05:41:52 +0000 Subject: [PATCH] github-actions(deps): bump actions/stale from v3.0.11 to v3.0.12 Bumps [actions/stale](https://github.com/actions/stale) from v3.0.11 to v3.0.12. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.11...44f9eae0adddf72dbf3eedfacc999f70afcec1a8) Signed-off-by: dependabot[bot] --- .github/workflows/prune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index cc8fc14c..bfedd2ff 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: "Prune issues and pull requests" - uses: "actions/stale@v3.0.11" + uses: "actions/stale@v3.0.12" with: days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}" days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"