From f33d0c7262e5285070121b90713c6bf42caf169a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 15 Apr 2026 21:18:44 +0200 Subject: [PATCH] fix(actions): update actions/github-script to v9 --- actions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/actions.json b/actions.json index aa3ea80..a15f125 100644 --- a/actions.json +++ b/actions.json @@ -102,6 +102,7 @@ "github-actions" ], "matchPackageNames": [ + "actions/github-script", "golangci/golangci-lint-action" ] },