From e1c5d9a01dc9ca347f659ef091c3b743faa57aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:35:56 +0000 Subject: [PATCH] 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/m1.yml | 2 +- .github/workflows/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index d299229..223298d 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -204,7 +204,7 @@ jobs: shell: pwsh run: ${{ matrix.deps }} - name: Sync Submodule Sources - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: none script: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05c1d41..ac83a2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -467,7 +467,7 @@ jobs: run: sudo xcode-select -switch /Applications/Xcode_14.2.app - name: Setup Vars id: setup-vars - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setOutput("owner", context.repo.owner); @@ -482,7 +482,7 @@ jobs: ref: ${{ steps.oidc.outputs.job_workflow_repo_ref || inputs.submodule-refs && 'main' || github.sha || github.ref }} - name: Sync Submodule Sources if: ${{ !inputs.use-repo-files && inputs.submodule-refs }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: none script: | @@ -701,7 +701,7 @@ jobs: echo "DMG_VERSION=$(cat version.txt)" >> $GITHUB_ENV - name: Setup Vars id: setup-vars - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setOutput("owner", context.repo.owner);