diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34678a7d35..cb33226f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -151,7 +151,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -200,7 +200,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -294,7 +294,7 @@ jobs: # from packageManager field in this context. The version must match # engines.pnpm in package.json (>=10.16.1) - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: version: 10.16.1 run_install: false @@ -369,7 +369,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -474,7 +474,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -507,7 +507,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index fe127a1957..2a95ba8670 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fafb627d5a..9265a5158d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: 📦 Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/major-protection.yml b/.github/workflows/major-protection.yml index d4fea8c01f..a46e2c8d34 100644 --- a/.github/workflows/major-protection.yml +++ b/.github/workflows/major-protection.yml @@ -27,7 +27,7 @@ jobs: with: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eb260d796..38f62ff28e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -164,7 +164,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -246,7 +246,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false @@ -299,7 +299,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index 58ebc618cd..5911347940 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/test-calver.yml b/.github/workflows/test-calver.yml index 40a597e090..abdde46937 100644 --- a/.github/workflows/test-calver.yml +++ b/.github/workflows/test-calver.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false diff --git a/.github/workflows/test-upgrade-flow.yml b/.github/workflows/test-upgrade-flow.yml index 22e5e2ce1a..10e105ef1b 100644 --- a/.github/workflows/test-upgrade-flow.yml +++ b/.github/workflows/test-upgrade-flow.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 with: run_install: false