Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1460)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2022
1 parent 900cfa5 commit c977dbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v2.2.4
with:
version: 7

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"vitepress": "1.0.0-alpha.21",
"vitest": "~0.24.3"
},
"packageManager": "pnpm@7.13.4",
"packageManager": "pnpm@7.13.5",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down

0 comments on commit c977dbc

Please sign in to comment.