diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-04 09:10:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-04 09:10:48 -0800 |
| commit | 11daae190b0c633c8dee97ab9363ee9eb3ec53c8 (patch) | |
| tree | 287937f2b85ae9409b70148752cc375b4f249c35 /.github/workflows/check-pr.yaml | |
| parent | 675ad41f6cbe199e70e17432c500f6ad26244504 (diff) | |
Bump actions/github-script from 7 to 8 (#4865)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/check-pr.yaml')
| -rw-r--r-- | .github/workflows/check-pr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index a5cee9157c..08e907e83f 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR description - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const description = context.payload.pull_request.body || ''; |
