From 15be1200762fb8885094de96519cdfa2474ddd11 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 29 Nov 2022 18:03:02 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/index-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/index-update.yaml b/.github/workflows/index-update.yaml index 47e4c1d4a..96c6cb46b 100644 --- a/.github/workflows/index-update.yaml +++ b/.github/workflows/index-update.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2 - uses: actions/setup-node@v3 with: node-version: 16.x