Skip to content

Commit ce0d321

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e5d300 commit ce0d321

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Get main branch coverage for comparison
108108
if: github.event_name == 'pull_request'
109-
uses: actions/github-script@v8
109+
uses: actions/github-script@v9
110110
with:
111111
script: |
112112
// Find the latest successful coverage run on main that has the baseline artifact
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Post coverage comment on PR
168168
if: github.event_name == 'pull_request'
169-
uses: actions/github-script@v8
169+
uses: actions/github-script@v9
170170
with:
171171
script: |
172172
const prCoverage = parseFloat(process.env.PR_COVERAGE || '0.00');

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Find latest successful workflow runs
3535
id: find-runs
36-
uses: actions/github-script@v8
36+
uses: actions/github-script@v9
3737
with:
3838
script: |
3939
// Find latest successful docs run

0 commit comments

Comments
 (0)