Skip to content

Commit 702c437

Browse files
authored
Merge pull request #255 from KSXGitHub/dependabot/github_actions/pnpm/action-setup-3.0.0
chore(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0
2 parents 45d4ab8 + 6bc00d3 commit 702c437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
pnpm-
8383
8484
- name: Setup pnpm
85-
uses: pnpm/action-setup@v2.4.0
85+
uses: pnpm/action-setup@v3.0.0
8686
with:
8787
version: '7.9.0'
8888
run_install: 'true'

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ jobs:
616616
pnpm-
617617
618618
- name: Setup pnpm
619-
uses: pnpm/action-setup@v2.4.0
619+
uses: pnpm/action-setup@v3.0.0
620620
with:
621621
version: '7.9.0'
622622
run_install: 'true'

0 commit comments

Comments
 (0)