Skip to content

Commit 633f08d

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
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 807d5b8 commit 633f08d

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
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Get main branch coverage for comparison
114114
if: github.event_name == 'pull_request'
115-
uses: actions/github-script@v7
115+
uses: actions/github-script@v8
116116
with:
117117
script: |
118118
// Find the latest successful coverage run on main that has the baseline artifact
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Post coverage comment on PR
174174
if: github.event_name == 'pull_request'
175-
uses: actions/github-script@v7
175+
uses: actions/github-script@v8
176176
with:
177177
script: |
178178
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@v7
36+
uses: actions/github-script@v8
3737
with:
3838
script: |
3939
// Find latest successful docs run

0 commit comments

Comments
 (0)