From f1631b63f7158cca04aa208ccaec23e23c8816cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:09:05 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 3985719..ccdc83d 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -52,7 +52,7 @@ jobs: - name: Create Pull Request if: steps.stage.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.PAT }} script: |