Pinning checkout and setup-bin actions to v4 due to current lack of node 24 in runner image.

This commit is contained in:
2025-09-10 10:24:27 -04:00
parent dc56bb8def
commit 1400ee6f8d
+5
View File
@@ -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"]