From 6a3456f4b03b9b0831a485f1896c0d1dd01f0330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:58:48 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index a845a6ab..3b27f0c9 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup GitHub CLI - uses: cli/cli@v1 + uses: cli/cli@latest with: token: ${{ secrets.GITHUB_TOKEN }}