Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -290,7 +290,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@078e9d416474b29c0c387560859308974f7e9c53
with:
version: 10.16.1
run_install: false
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: 📦 Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/major-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: '22'
- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false
- run: pnpm install --frozen-lockfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-calver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
with:
run_install: false

Expand Down
Loading