Skip to content

Commit cd09952

Browse files
build(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0 (#2337)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84f9471 commit cd09952

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version-file: package.json
2626
# Install all dependencies
2727
- name: Install pnpm
28-
uses: pnpm/action-setup@v3.0.0
28+
uses: pnpm/action-setup@v4.0.0
2929
- name: install
3030
run: pnpm install --frozen-lockfile
3131
# Transpile all specs from ts to js

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
node-version-file: package.json
1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v3.0.0
13+
uses: pnpm/action-setup@v4.0.0
1414
- run: pnpm install --frozen-lockfile
1515
- run: pnpm danger ci
1616
env:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
with:
1313
node-version-file: package.json
1414
- name: Install pnpm
15-
uses: pnpm/action-setup@v3.0.0
15+
uses: pnpm/action-setup@v4.0.0
1616
- run: pnpm install --frozen-lockfile
1717
- run: pnpm lint

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version-file: package.json
1515
- name: Install pnpm
16-
uses: pnpm/action-setup@v3.0.0
16+
uses: pnpm/action-setup@v4.0.0
1717
- run: pnpm install --frozen-lockfile
1818
- run: pnpm test

0 commit comments

Comments
 (0)