Skip to content

Commit b45ac7f

Browse files
chore(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 2533076 commit b45ac7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
commit_message: 'Deploy docs preview for PR #${{ github.event.number }}'
7575

7676
- name: 💬 Comment on PR with preview link
77-
uses: actions/github-script@v7
77+
uses: actions/github-script@v8
7878
with:
7979
script: |
8080
const prNumber = context.payload.pull_request.number;
@@ -150,7 +150,7 @@ jobs:
150150
fi
151151
152152
- name: 💬 Update PR comment
153-
uses: actions/github-script@v7
153+
uses: actions/github-script@v8
154154
with:
155155
script: |
156156
const prNumber = context.payload.pull_request.number;

.github/workflows/security-scan-scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: 🚨 Create issue for vulnerabilities
5252
if: steps.check-vulns.outputs.vulnerabilities_found == 'true'
53-
uses: actions/github-script@v7
53+
uses: actions/github-script@v8
5454
with:
5555
script: |
5656
const fs = require('fs');

0 commit comments

Comments
 (0)