Skip to content

Commit fddbdfd

Browse files
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](actions/github-script@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] <support@github.com>
1 parent 6580224 commit fddbdfd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
continue: ${{ steps.continue.outputs.result }}
2929
steps:
3030
- name: Get repo languages
31-
uses: actions/github-script@v7
31+
uses: actions/github-script@v8
3232
id: lang
3333
with:
3434
script: |
@@ -87,7 +87,7 @@ jobs:
8787
return matrix
8888
8989
- name: Continue
90-
uses: actions/github-script@v7
90+
uses: actions/github-script@v8
9191
id: continue
9292
with:
9393
script: |

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: >-
6161
github.event_name == 'release' &&
6262
github.event.action == 'edited'
63-
uses: actions/github-script@v7
63+
uses: actions/github-script@v8
6464
with:
6565
script: |
6666
const latestRelease = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)