Upgrade GitHub Actions to latest versions (#6700)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
echo "Repository: ${REPOSITORY}"
|
||||
|
||||
- name: Run command action
|
||||
uses: github/command@319d5236cc34ed2cb72a47c058a363db0b628ebe # pin@v1.3.0
|
||||
uses: github/command@3442f3fa1efe01bdb024b157083c337902d17372 # v2.0.3
|
||||
id: command
|
||||
with:
|
||||
command: ".bundle"
|
||||
@@ -127,7 +127,7 @@ jobs:
|
||||
path: arm64-dist
|
||||
|
||||
- name: Comment on PR with ARM64 download link
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # pin@v4
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
with:
|
||||
issue-number: ${{ needs.trigger-on-command.outputs.pr_number }}
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user