From 3c58efd9a2378d459588ea3183245d2ef999ba62 Mon Sep 17 00:00:00 2001 From: Avasam Date: Tue, 27 Dec 2022 21:23:44 -0500 Subject: [PATCH] mypy_primer: Resolve node.js 12 actions deprecation warning (#9421) --- .github/workflows/mypy_primer_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy_primer_comment.yml b/.github/workflows/mypy_primer_comment.yml index 13464f40c..172bb9cfb 100644 --- a/.github/workflows/mypy_primer_comment.yml +++ b/.github/workflows/mypy_primer_comment.yml @@ -74,8 +74,8 @@ jobs: return prNumber - name: Hide old comments - # v0.3.0 - uses: kanga333/comment-hider@bbdf5b562fbec24e6f60572d8f712017428b92e0 + # v0.4.0 + uses: kanga333/comment-hider@c12bb20b48aeb8fc098e35967de8d4f8018fffdf with: github_token: ${{ secrets.GITHUB_TOKEN }} leave_visible: 1