From 1864ff8e94547e2084dcdc1bc50aac1690cbbc86 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO <63289359+Ljzd-PRO@users.noreply.github.com> Date: Wed, 22 May 2024 04:25:52 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=A1=A5=E5=85=85=20checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/plugin-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugin-test.yml b/.github/workflows/plugin-test.yml index 9daaabb..378f49d 100644 --- a/.github/workflows/plugin-test.yml +++ b/.github/workflows/plugin-test.yml @@ -30,6 +30,7 @@ jobs: output: ${{ steps.plugin-test.outputs.OUTPUT }} metadata: ${{ steps.plugin-test.outputs.METADATA }} steps: + - uses: actions/checkout@v4 - name: Setup Python environment uses: ./.github/actions/setup-python with: