From f0a37a36baa8f2da98c73461be41c9ee19c35864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:24:45 +0000 Subject: [PATCH] Update actions/stale action to v6 --- .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 1b577b0c85..b87d63dabc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: if: github.repository_owner == 'TryGhost' runs-on: ubuntu-latest steps: - - uses: actions/stale@v5 + - uses: actions/stale@v6 with: stale-issue-message: | Our bot has automatically marked this issue as stale because there has not been any activity here in some time.