Skip to content

Commit 0163d97

Browse files
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 9d0a03e commit 0163d97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
name: coverage-report
119119
path: coverage/
120120
- name: Update Baseline
121-
uses: actions/github-script@v7
121+
uses: actions/github-script@v8
122122
with:
123123
script: |
124124
const fs = require('fs');

.github/workflows/pr-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run-id: ${{ github.event.workflow_run.id }}
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Post Test Report Comment
38-
uses: actions/github-script@v7
38+
uses: actions/github-script@v8
3939
with:
4040
script: |
4141
const fs = require('fs');

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
name: coverage-report
128128
path: coverage/
129129
- name: Enforce Per-Class Coverage Gate
130-
uses: actions/github-script@v7
130+
uses: actions/github-script@v8
131131
with:
132132
script: |
133133
const fs = require('fs');

0 commit comments

Comments
 (0)