From 6ff844fd549ba2db12a086d124fc11f1a9bd2578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:54:17 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .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 1669aa6..489121d 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@v8 with: github-token: ${{ secrets.PAT }} script: |