diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 10e4e69..4969819 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -21,7 +21,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3.0.4 if: always() && steps.lint_pr_title.outputs.error_message != null with: header: pr-title-lint-error @@ -36,7 +36,7 @@ jobs: ${{ steps.lint_pr_title.outputs.error_message }} ``` - - uses: marocchino/sticky-pull-request-comment@v2 + - uses: marocchino/sticky-pull-request-comment@v3.0.4 if: steps.lint_pr_title.outputs.error_message == null with: header: pr-title-lint-error