diff options
author | deadprogram <[email protected]> | 2023-05-17 15:06:35 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-05-17 17:54:47 +0200 |
commit | b336a1561f6be666e093a6e3b93e1f9590e6cdd2 (patch) | |
tree | aa245eddbdb0a14dfe27b492832150f7e114be6b /.github | |
parent | 4c682680ca00523fb5ffac722bc3f19296e3e60f (diff) | |
download | tinygo-b336a1561f6be666e093a6e3b93e1f9590e6cdd2.tar.gz tinygo-b336a1561f6be666e093a6e3b93e1f9590e6cdd2.zip |
build: update GH actions-comment-pull-request to v2.3.1
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/sizediff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sizediff.yml b/.github/workflows/sizediff.yml index 4d7fc3a31..5290733ca 100644 --- a/.github/workflows/sizediff.yml +++ b/.github/workflows/sizediff.yml @@ -88,7 +88,7 @@ jobs: - name: Comment contents run: cat comment.txt - name: Add comment - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/[email protected] with: filePath: comment.txt comment_tag: sizediff |