diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11890f0..bf40280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install pnpm - uses: pnpm/action-setup@71c92474e7e4f5bca283fb17ef80fba9cdb2b4b1 # v6 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6 with: version: 10 - name: Use Node.js ${{ matrix.node-version }} @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install pnpm - uses: pnpm/action-setup@71c92474e7e4f5bca283fb17ef80fba9cdb2b4b1 # v6 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6 with: version: 10 - name: Use Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fa3780..a53e740 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@71c92474e7e4f5bca283fb17ef80fba9cdb2b4b1 # v6 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6 with: version: 10 - name: Setup Node.js