Skip to content

Commit 137d68a

Browse files
Update all non-major dependencies (#7214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf7a6c3 commit 137d68a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: pnpm/[email protected].2
28+
- uses: pnpm/[email protected].3
2929
- uses: actions/setup-node@v3
3030
with:
3131
node-version: '16.x'
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- run: git config --global core.autocrlf false
6060
- uses: actions/checkout@v3
61-
- uses: pnpm/[email protected].2
61+
- uses: pnpm/[email protected].3
6262
- uses: actions/setup-node@v3
6363
with:
6464
node-version: ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2828
fetch-depth: 0
29-
- uses: pnpm/[email protected].2
29+
- uses: pnpm/[email protected].3
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v3
3232
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"turbo": "^1.3.4",
3737
"typescript": "^4.8.2"
3838
},
39-
"packageManager": "[email protected].3",
39+
"packageManager": "[email protected].4",
4040
"engines": {
4141
"pnpm": "^7.0.0"
4242
},

0 commit comments

Comments
 (0)