From 832b76885caa9444653829e844b81577e0f76b05 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 11 Jul 2022 14:16:22 +0200 Subject: [PATCH] workflows: use actions/stale@v5 Signed-off-by: Patrik Oldsberg Co-authored-by: blam --- .github/workflows/automate_stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_stale.yml b/.github/workflows/automate_stale.yml index 8978048c89..b82a130431 100644 --- a/.github/workflows/automate_stale.yml +++ b/.github/workflows/automate_stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@main + - uses: actions/stale@v5 id: stale with: stale-issue-message: >