From d27391f951348445cdffec5d485d5dd96128d33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:15:47 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 in /.github/workflows Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-tickets-from-tasks.yml | 2 +- .github/workflows/export-diagrams.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-tickets-from-tasks.yml b/.github/workflows/create-tickets-from-tasks.yml index 4c97dc8..49d98f1 100644 --- a/.github/workflows/create-tickets-from-tasks.yml +++ b/.github/workflows/create-tickets-from-tasks.yml @@ -38,7 +38,7 @@ jobs: head -50 "$TASKS_FILE" - name: Create Issue for Each Task - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/export-diagrams.yml b/.github/workflows/export-diagrams.yml index 9e1f61e..e0ca802 100644 --- a/.github/workflows/export-diagrams.yml +++ b/.github/workflows/export-diagrams.yml @@ -96,7 +96,7 @@ jobs: - name: Create PR with Diagrams (Optional) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | console.log('Diagram export completed');