From 678cb2f6a3219b2570eb8ffb36848fa88102fa45 Mon Sep 17 00:00:00 2001 From: Gaic4o <52266597+Gaic4o@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:53:10 +0900 Subject: [PATCH] fix(ci): remove the duplicate checkout from the setup action --- .github/actions/setup/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 393e8d5a..5c52ce94 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -17,7 +17,5 @@ runs: node-version: ${{ inputs.node-version }} cache: 'pnpm' - - uses: actions/checkout@v4 - - shell: bash run: pnpm install