Upgrade GitHub Actions to latest versions (#6700)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
head_sha: ${{ steps.set_head_sha.outputs.head_sha || github.sha }}
|
||||
steps:
|
||||
- name: Run command action
|
||||
uses: github/command@v1.3.0
|
||||
uses: github/command@v2.0.3
|
||||
id: command
|
||||
with:
|
||||
command: ".build-cli"
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
merge-multiple: true
|
||||
|
||||
- name: Comment on PR with CLI download links
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
uses: peter-evans/create-or-update-comment@v5
|
||||
with:
|
||||
issue-number: ${{ needs.trigger-on-command.outputs.pr_number }}
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user