Skip to content

Commit 10d1f39

Browse files
authored
Merge pull request #244 from KSXGitHub/dependabot/github_actions/pnpm/action-setup-2.4.0
chore(deps): bump pnpm/action-setup from 2.2.2 to 2.4.0
2 parents 13d6fda + d5acd1f commit 10d1f39

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

0 commit comments

Comments
 (0)