From 235f112b791ed331f82912ddfd2842f55a3498d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:49:59 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/sync-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-requirements.yml b/.github/workflows/sync-requirements.yml index 9dfd030..0ca3223 100644 --- a/.github/workflows/sync-requirements.yml +++ b/.github/workflows/sync-requirements.yml @@ -64,7 +64,7 @@ jobs: - name: Comment on PR if: env.requirements_updated == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({