From a0a7e1ab63599ed23cc5d8cdaa02e7d4c691fbaa Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Tue, 21 May 2024 17:15:44 +1200 Subject: [PATCH] Fix action version Signed-off-by: Thomas Farr --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 09a780b2b..3ea78c1a6 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -51,7 +51,7 @@ jobs: } | tee "$GITHUB_ENV" - name: Render Comment Template - uses: chuhlomin/render-template + uses: chuhlomin/render-template@v1 id: render with: template: .github/pr-comment-templates/${{ env.TEMPLATE_NAME }}.template.md