From ad9d9aae12ccfbbf13f1446015ee2220804eda86 Mon Sep 17 00:00:00 2001 From: Alessia Bellisario Date: Tue, 23 Apr 2024 09:00:52 -0400 Subject: [PATCH] Update snapshot-release.yml Released a new version that uses Node 20, eliminates GHA warning about deprecated use of Node 16 --- .github/workflows/snapshot-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index e3154ce1..e81e8b26 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -29,7 +29,7 @@ jobs: ) ) steps: - - uses: alessbell/pull-request-comment-branch@v1.1 + - uses: alessbell/pull-request-comment-branch@v2.1.0 if: github.event_name == 'issue_comment' id: comment-branch