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