From 3a4491550eeeab7a08e9f7428091436e2c26e0cc Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 20 Sep 2021 15:16:42 +0000 Subject: [PATCH] Refer reviewdog/action-depup@v1 --- with-pr/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/with-pr/action.yml b/with-pr/action.yml index 026e48b..afcf96d 100644 --- a/with-pr/action.yml +++ b/with-pr/action.yml @@ -36,9 +36,8 @@ outputs: runs: using: 'composite' steps: - - name: reviewdog/action-depup + - uses: reviewdog/action-depup@v1 id: depup - uses: $GITHUB_ACTION_PATH/.. with: github_token: ${{ inputs.github_token }} file: ${{ inputs.file }}