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');