Skip to content

Commit dfde3f5

Browse files
build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#1097)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6054524 commit dfde3f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '22.13.0'
2020
- run: npm install @electron/fiddle-core@2.0.0
2121
- name: Confirm latest version
22-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2323
with:
2424
script: |
2525
const { setTimeout } = await import('node:timers/promises');

.github/workflows/resolve-pr-release-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GH_TOKEN: ${{ github.token }}
3434
GH_REPO: ${{ github.repository }}
3535
- run: npm install @electron/fiddle-core@2.0.1
36-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
36+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3737
with:
3838
script: |
3939
const fs = require('node:fs/promises');

0 commit comments

Comments
 (0)