Skip to content

Commit a083995

Browse files
mydeaclaude
andcommitted
chore(ci): Bump pnpm/action-setup to v5 and pin to commit SHA
Bump from v4 to v5.0.0 which uses Node.js 24 (resolves the GHA deprecation warning for Node.js 20 actions). Pin to the exact commit SHA for supply chain security. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39740da commit a083995

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ jobs:
922922
uses: actions/checkout@v6
923923
with:
924924
ref: ${{ env.HEAD_COMMIT }}
925-
- uses: pnpm/action-setup@v4
925+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
926926
with:
927927
version: 9.15.9
928928
- name: Set up Node
@@ -1054,7 +1054,7 @@ jobs:
10541054
uses: actions/checkout@v6
10551055
with:
10561056
ref: ${{ env.HEAD_COMMIT }}
1057-
- uses: pnpm/action-setup@v4
1057+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
10581058
with:
10591059
version: 9.15.9
10601060
- name: Set up Node

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/checkout@v6
127127
with:
128128
ref: ${{ env.HEAD_COMMIT }}
129-
- uses: pnpm/action-setup@v4
129+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
130130
with:
131131
version: 9.15.9
132132
- name: Set up Node

0 commit comments

Comments
 (0)