From e5b3e0e8d80f9ebd9191e9fb933d39f607adb3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:07:31 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/delete-solution.yml | 2 +- .github/workflows/export-solution-from-dev.yml | 2 +- .github/workflows/sync-solution-choices.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delete-solution.yml b/.github/workflows/delete-solution.yml index 24af5e0..64e2bfa 100644 --- a/.github/workflows/delete-solution.yml +++ b/.github/workflows/delete-solution.yml @@ -32,7 +32,7 @@ jobs: - name: Delete solution folder and update solutions.json id: delete_and_update - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SOLUTION_NAME: ${{ github.event.inputs.solution_name_choice }} with: diff --git a/.github/workflows/export-solution-from-dev.yml b/.github/workflows/export-solution-from-dev.yml index 6f4b3be..ec31cda 100644 --- a/.github/workflows/export-solution-from-dev.yml +++ b/.github/workflows/export-solution-from-dev.yml @@ -157,7 +157,7 @@ jobs: - name: Ensure solutions.json includes exported solution id: ensure_json - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/sync-solution-choices.yml b/.github/workflows/sync-solution-choices.yml index 2288413..0fe2683 100644 --- a/.github/workflows/sync-solution-choices.yml +++ b/.github/workflows/sync-solution-choices.yml @@ -48,7 +48,7 @@ jobs: token: ${{ steps.auth.outputs.token }} - name: Sync dropdown options from solutions.json - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');