diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-07 19:01:09 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-07 19:01:09 +0000 |
| commit | 367729d61f401a58beecf5bf34a4260b5e43e3d8 (patch) | |
| tree | d81d016607faa4c8c3766f46d773e571e959a7be /.github/workflows | |
| parent | 5632acec18cc5906b1625a8facf530db56c73300 (diff) | |
chore(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](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] <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-vet-pr-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo-vet-pr-comment.yml b/.github/workflows/cargo-vet-pr-comment.yml index dd8ef37a6..68e16b2f3 100644 --- a/.github/workflows/cargo-vet-pr-comment.yml +++ b/.github/workflows/cargo-vet-pr-comment.yml | |||
| @@ -99,7 +99,7 @@ jobs: | |||
| 99 | edit-mode: replace | 99 | edit-mode: replace |
| 100 | 100 | ||
| 101 | - name: 'Label PR' | 101 | - name: 'Label PR' |
| 102 | uses: actions/github-script@v7 | 102 | uses: actions/github-script@v8 |
| 103 | with: | 103 | with: |
| 104 | script: | | 104 | script: | |
| 105 | github.rest.issues.addLabels({ | 105 | github.rest.issues.addLabels({ |
