From 925c71a8aea41a35aa4fb33a449fc747732d1117 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 25 Feb 2021 17:02:15 +0800 Subject: [PATCH] ci: update translate (#3717) --- .github/workflows/translate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 0f2fc2020..053672dd1 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -12,10 +12,10 @@ jobs: steps: - name: issue if: github.event_name == 'issues' - uses: actions-cool/translation-helper@v1.1.0 + uses: actions-cool/translation-helper@v1.1.1 - name: pr if: github.event_name == 'pull_request_target' - uses: actions-cool/translation-helper@v1.1.0 + uses: actions-cool/translation-helper@v1.1.1 with: translate-body: false