diff --git a/.github/workflows/build_client.yml b/.github/workflows/build_client.yml index 4cc5675..e340045 100644 --- a/.github/workflows/build_client.yml +++ b/.github/workflows/build_client.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: latest run_install: true diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5eb5100..10e77eb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: latest run_install: true