Skip to content

Commit 286fb84

Browse files
Update pnpm/action-setup action to v3
1 parent 7333bfb commit 286fb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm -v
4141

4242
- name: Installer PNPM
43-
uses: pnpm/action-setup@v2.4.0
43+
uses: pnpm/action-setup@v3.0.0
4444
with:
4545
version: latest
4646

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm -v
3838

3939
- name: Installer PNPM
40-
uses: pnpm/action-setup@v2.4.0
40+
uses: pnpm/action-setup@v3.0.0
4141
with:
4242
version: latest
4343

0 commit comments

Comments
 (0)