Skip to content

Commit e5bf9fa

Browse files
committed
fix(ci): update pnpm/action-setup to Node 24 (58e6119)
1 parent e147c93 commit e5bf9fa

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Setup pnpm
76-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
76+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
7777

7878
- name: Setup Node.js
7979
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -139,7 +139,7 @@ jobs:
139139
persist-credentials: false
140140

141141
- name: Setup pnpm
142-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
142+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
143143

144144
- name: Setup Node.js
145145
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -212,7 +212,7 @@ jobs:
212212
persist-credentials: false
213213

214214
- name: Setup pnpm
215-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
215+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
216216

217217
- name: Setup Node.js
218218
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
@@ -290,7 +290,7 @@ jobs:
290290
persist-credentials: false
291291

292292
- name: Setup pnpm
293-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
293+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
294294

295295
- name: Setup Node.js
296296
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

.github/workflows/provenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache: 'pnpm'
5858
cache-dependency-path: 'pnpm-lock.yaml'
5959

60-
- uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
60+
- uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
6161

6262
- run: pnpm install --frozen-lockfile
6363

@@ -102,7 +102,7 @@ jobs:
102102
cache-dependency-path: 'pnpm-lock.yaml'
103103
registry-url: 'https://registry.npmjs.org'
104104

105-
- uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
105+
- uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
106106

107107
- run: pnpm install --frozen-lockfile
108108

@@ -154,7 +154,7 @@ jobs:
154154
cache-dependency-path: 'pnpm-lock.yaml'
155155
registry-url: 'https://registry.npmjs.org'
156156

157-
- uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
157+
- uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
158158

159159
- run: pnpm install --frozen-lockfile
160160

.github/workflows/weekly-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: ''
3939

4040
- name: Setup pnpm
41-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
41+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
4242

4343
- name: Install dependencies
4444
run: pnpm install --frozen-lockfile
@@ -95,7 +95,7 @@ jobs:
9595
cache: ''
9696

9797
- name: Setup pnpm
98-
uses: pnpm/action-setup@b307475762933b98ed359c036b0e51f26b63b74b # v5.0.0
98+
uses: pnpm/action-setup@58e6119fe4f3092a76a7771efb55e04d25b6b26f # v5
9999

100100
- name: Install dependencies
101101
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)