mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
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:
commit
dded566cb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
edit-mode: replace
|
||||
- name: Delete comment if needed
|
||||
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:
|
||||
script: |
|
||||
github.issues.deleteComment({
|
||||
|
|
Loading…
Reference in a new issue