From 27f84370f1e8ed2b55c36bf3298a34468bfadec0 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:52:53 -0600 Subject: [PATCH] Change SHA to version number (#27642) --- .github/workflows/holiday-blazor-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/holiday-blazor-comment.yml b/.github/workflows/holiday-blazor-comment.yml index 6487f5867e..924a8e6673 100644 --- a/.github/workflows/holiday-blazor-comment.yml +++ b/.github/workflows/holiday-blazor-comment.yml @@ -11,7 +11,7 @@ jobs: issues: write steps: - name: Add comment - uses: peter-evans/create-or-update-comment@5adcb0bb0f9fb3f95ef05400558bdb3f329ee808 + uses: peter-evans/create-or-update-comment@v2.1.0 with: issue-number: ${{ github.event.issue.number }} token: ${{ secrets.GITHUB_TOKEN }}