From 067daa790c357759b50ea99e7562f157b9ed92a8 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 9 May 2024 15:22:36 +0200 Subject: [PATCH] ci: bump action dependencies --- .github/actions/ui-comment/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/ui-comment/action.yml b/.github/actions/ui-comment/action.yml index 7ae49e7197..e72e7b4d7c 100644 --- a/.github/actions/ui-comment/action.yml +++ b/.github/actions/ui-comment/action.yml @@ -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 }}