diff options
| -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({ |
