Skip to content

Commit 08a9c54

Browse files
authored
Merge pull request #259 from KSXGitHub/dependabot/github_actions/pnpm/action-setup-4.0.0
chore(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0
2 parents 2528d8c + 5eb9430 commit 08a9c54

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@v3.0.0
85+
uses: pnpm/action-setup@v4.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@v3.0.0
619+
uses: pnpm/action-setup@v4.0.0
620620
with:
621621
version: '7.9.0'
622622
run_install: 'true'

0 commit comments

Comments
 (0)