diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-04 19:06:30 +0000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-09-16 13:27:55 +1000 |
commit | c76e6014423f2690106a815d1deb643fb6f3627f (patch) | |
tree | 97fc178f08d2af7926d8741535dc8aa737683cb2 | |
parent | 29246ba81784e9e1b31a070082b2729f1b4b1d72 (diff) |
github/workflows: 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](https://github.com/actions/github-script/compare/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>
-rw-r--r-- | .github/workflows/code_size_comment.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/code_size_comment.yml b/.github/workflows/code_size_comment.yml index 521afad70..2eed0b06b 100644 --- a/.github/workflows/code_size_comment.yml +++ b/.github/workflows/code_size_comment.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'Download artifact' id: download-artifact - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: | @@ -56,7 +56,7 @@ jobs: run: unzip code-size-report.zip - name: Post comment to pull request if: steps.download-artifact.outputs.result == 'ok' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | |