Skip to content

Commit b6a775e

Browse files
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 4bd2a4b commit b6a775e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_size_comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: 'Download artifact'
1717
id: download-artifact
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
result-encoding: string
2121
script: |
@@ -56,7 +56,7 @@ jobs:
5656
run: unzip code-size-report.zip
5757
- name: Post comment to pull request
5858
if: steps.download-artifact.outputs.result == 'ok'
59-
uses: actions/github-script@v7
59+
uses: actions/github-script@v8
6060
with:
6161
github-token: ${{secrets.GITHUB_TOKEN}}
6262
script: |

0 commit comments

Comments
 (0)