Skip to content

Commit

Permalink
ci: bump action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed May 9, 2024
1 parent 5ef428e commit 067daa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ui-comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 067daa7

Please sign in to comment.