Upgrade GitHub Actions to latest versions (#6700)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-01-26 22:39:26 +00:00
committed by GitHub
parent 214f7a2735
commit 57fbffa7ad
25 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -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: |