Skip to content

Commit d506b53

Browse files
dependabot[bot]dpgeorge
authored andcommitted
github/workflows: Bump actions/github-script from 6 to 7.
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f22e886 commit d506b53

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@v6
18+
uses: actions/github-script@v7
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@v6
59+
uses: actions/github-script@v7
6060
with:
6161
github-token: ${{secrets.GITHUB_TOKEN}}
6262
script: |

0 commit comments

Comments
 (0)