mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
ci: bump action dependencies
This commit is contained in:
parent
5ef428ef55
commit
067daa790c
4
.github/actions/ui-comment/action.yml
vendored
4
.github/actions/ui-comment/action.yml
vendored
@ -4,7 +4,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Find Comment
|
||||
uses: peter-evans/find-comment@v2
|
||||
uses: peter-evans/find-comment@v3
|
||||
id: fc
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
@ -13,7 +13,7 @@ runs:
|
||||
body-includes: ui-comment-${{ github.workflow }}
|
||||
|
||||
- name: Create or update comment
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
|
Loading…
Reference in New Issue
Block a user