diff options
| author | Felipe Balbi <[email protected]> | 2025-11-07 12:05:49 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-07 12:05:49 -0800 |
| commit | 2f1b214e881ad35bfa66aefefd164ad78f5b2e86 (patch) | |
| tree | d81d016607faa4c8c3766f46d773e571e959a7be | |
| parent | 5632acec18cc5906b1625a8facf530db56c73300 (diff) | |
| parent | 367729d61f401a58beecf5bf34a4260b5e43e3d8 (diff) | |
Merge pull request #8 from OpenDevicePartnership/dependabot/github_actions/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
| -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({ |
