From 84767abe4e7703fd23db8f805c4a5882385aca32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draic=20Slattery?= Date: Tue, 27 Jan 2026 16:19:38 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions version (#3936) --- .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 80cce7793b..fc864d1736 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: issues: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: # The message to post on stale issues. # This message will ping the issue author.