From a31f7b54c618f0dee577008089bdd988b3f22b97 Mon Sep 17 00:00:00 2001 From: Ash Davies <1892070+ashdavies@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:37:24 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(deps):=20update=20thollander/ac?= =?UTF-8?q?tions-comment-pull-request=20action=20to=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e819276523f965920e99196a65b50fb68ba835a2. --- .github/actions/pull-comment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pull-comment/action.yml b/.github/actions/pull-comment/action.yml index 72a481aec..75787b082 100644 --- a/.github/actions/pull-comment/action.yml +++ b/.github/actions/pull-comment/action.yml @@ -17,7 +17,7 @@ inputs: runs: using: "composite" steps: - - uses: thollander/actions-comment-pull-request@v3 + - uses: thollander/actions-comment-pull-request@v2 with: comment_tag: ${{ inputs.tag }} message: ${{ inputs.message }}