diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index facd8e7f..b2f8db6d 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -42,7 +42,7 @@ jobs: private-key: ${{ secrets.GRAVITY_UI_APP_PRIVATE_KEY }} - name: Create Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} header: preview diff --git a/.github/workflows/pr-visual-tests-report.yml b/.github/workflows/pr-visual-tests-report.yml index b05d4889..b4fda641 100644 --- a/.github/workflows/pr-visual-tests-report.yml +++ b/.github/workflows/pr-visual-tests-report.yml @@ -46,7 +46,7 @@ jobs: shell: bash - name: Create Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} number: ${{ steps.pr.outputs.id }}