From 23d037ab37f463156bb226d70d5f7d923163f0a1 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 03:29:41 +0900 Subject: [PATCH] ci: use v0.2.1 [skip ci] --- .github/workflows/commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 79bcdbc3..79d8f99a 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -18,6 +18,6 @@ jobs: with: ref: master - name: Commenter - uses: peaceiris/actions-label-commenter@v0.2.0 + uses: peaceiris/actions-label-commenter@v0.2.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}