diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3814d52..8a67995 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: true @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: | @@ -95,7 +95,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: |