diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12696b7..c532d66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v6.0.9 with: version: latest - name: Install diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 03e5051..bd105bc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,7 +22,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v6.0.9 with: version: latest - name: Install