diff --git a/.github/workflows/ci-typescript.yml b/.github/workflows/ci-typescript.yml index 1315487c..d2ede57f 100644 --- a/.github/workflows/ci-typescript.yml +++ b/.github/workflows/ci-typescript.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 20 - name: Setup PNPM - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: version: 9.1.3 - name: Install dependencies diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index bb71711b..a7ad4482 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -28,7 +28,7 @@ jobs: with: node-version: 20 - name: Setup PNPM - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 with: version: 9.1.3 - name: Install dependencies