From 1400ee6f8d2d9f8a6232be1ae211b763ae3c31ac Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 10 Sep 2025 10:24:27 -0400 Subject: [PATCH] Pinning checkout and setup-bin actions to v4 due to current lack of node 24 in runner image. --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index be3da82..63fc54d 100644 --- a/renovate.json +++ b/renovate.json @@ -71,6 +71,11 @@ "matchPackageNames": ["thecatlady/webhook"], "allowedVersions": "^2\\.8\\." }, + { + "matchDatasources": ["github-actions"], + "matchPackageNames": ["actions/checkout", "supplypike/setup-bin"], + "allowedVersions": "^v4$" + }, { "matchUpdateTypes": ["patch"], "schedule": ["every weekday"]