From eb0b26c06cd14d454974bafcd1f13c9a9eb7de14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:04:47 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audit-docs-version.yml | 2 +- .github/workflows/resolve-pr-release-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit-docs-version.yml b/.github/workflows/audit-docs-version.yml index 91e1a5cdc..b53266fb3 100644 --- a/.github/workflows/audit-docs-version.yml +++ b/.github/workflows/audit-docs-version.yml @@ -18,7 +18,7 @@ jobs: node-version: '22.13.0' - run: npm install @electron/fiddle-core@2.0.0 - name: Confirm latest version - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const { setTimeout } = await import('node:timers/promises'); diff --git a/.github/workflows/resolve-pr-release-versions.yml b/.github/workflows/resolve-pr-release-versions.yml index fe5bdd64e..9a080f6fc 100644 --- a/.github/workflows/resolve-pr-release-versions.yml +++ b/.github/workflows/resolve-pr-release-versions.yml @@ -30,7 +30,7 @@ jobs: workflow_conclusion: 'completed' search_artifacts: true - run: npm install @electron/fiddle-core@2.0.1 - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('node:fs/promises');