Skip to content

Commit 7fedcd3

Browse files
meta: bump actions/github-script from 8.0.0 to 9.0.0 (#8857)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35fc8c9 commit 7fedcd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bundle-compare.yml

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

6161
- name: Compare Bundle Size
6262
id: compare-bundle-size
63-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
63+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6464
env:
6565
HEAD_STATS_PATH: ./head-stats/webpack-stats.json
6666
BASE_STATS_PATH: ./base-stats/webpack-stats.json

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Format Lighthouse Score
9292
# Transform the audit results into a single, friendlier output
9393
id: format_lighthouse_score
94-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
94+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9595
env:
9696
# using env as input to our script
9797
# see https://github.com/actions/github-script#use-env-as-input

0 commit comments

Comments
 (0)