diff --git a/.github/actions/frontend-deploy/action.yml b/.github/actions/frontend-deploy/action.yml
index 85d3831..82d6ac5 100644
--- a/.github/actions/frontend-deploy/action.yml
+++ b/.github/actions/frontend-deploy/action.yml
@@ -32,7 +32,7 @@ runs:
         docker push ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:latest
 
     - name: "Create or update deploy results PR comment"
-      uses: im-open/update-pr-comment@v1.1.3
+      uses: im-open/update-pr-comment@v1.2.2
       if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
       with:
         github-token: ${{ env.GH_TOKEN }}