1
0
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:
Martin Milata 2024-05-09 15:22:36 +02:00
parent 5ef428ef55
commit 067daa790c

View File

@ -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 }}