From f68c51919c3f43f85572d5307cacc8ed1ea03071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:01:35 +0000 Subject: [PATCH] maint(deps): bump actions/stale from v3.0.14 to v3.0.18 Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.18. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4) Signed-off-by: dependabot[bot] --- .github/workflows/cron-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-stale.yml b/.github/workflows/cron-stale.yml index c6eda6fd..db3f979d 100644 --- a/.github/workflows/cron-stale.yml +++ b/.github/workflows/cron-stale.yml @@ -15,7 +15,7 @@ jobs: settings: ${{ secrets.SETTINGS }} mode: 'environment' token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/stale@v3.0.14 + - uses: actions/stale@v3.0.18 if: ${{env.stale_enabled}} == true with: repo-token: ${{ secrets.BOT_TOKEN }}