Merge pull request #4900 from vector-im/dependabot/github_actions/actions/github-script-5.1.0

Bump actions/github-script from 3 to 5.1.0
This commit is contained in:
Benoit Marty 2022-01-11 09:41:46 +01:00 committed by GitHub
commit dded566cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ jobs:
edit-mode: replace edit-mode: replace
- name: Delete comment if needed - name: Delete comment if needed
if: always() && steps.fc.outputs.comment-id != '' && steps.ktlint-results.outputs.add_comment == 'false' if: always() && steps.fc.outputs.comment-id != '' && steps.ktlint-results.outputs.add_comment == 'false'
uses: actions/github-script@v3 uses: actions/github-script@v5.1.0
with: with:
script: | script: |
github.issues.deleteComment({ github.issues.deleteComment({