diff --git a/.github/workflows/build_client.yml b/.github/workflows/build_client.yml index 4cc5675..80b9000 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.2.4 with: version: latest run_install: true diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5eb5100..af8e004 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.2.4 with: version: latest run_install: true