Skip to content

Commit 50bbfd0

Browse files
chore(deps): update external-major
1 parent e5a51c8 commit 50bbfd0

4 files changed

Lines changed: 29 additions & 20 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
node-version: [23.x]
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323

@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3636
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@v5
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
node-version: [23.x]
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919

@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232
33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
name: Setup pnpm cache
3535
with:
3636
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm i --frozen-lockfile
4343

4444
# Set up GitHub Actions caching for Turborepo
45-
- uses: actions/cache@v4
45+
- uses: actions/cache@v5
4646
with:
4747
path: .turbo
4848
key: ${{ runner.os }}-turbo-${{ github.sha }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"semver": "^7.7.3",
4949
"tsx": "^4.21.0",
5050
"turbo": "^2.7.4",
51-
"ultracite": "^6.5.1"
51+
"ultracite": "^7.0.11"
5252
},
5353
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
5454
"engines": {

pnpm-lock.yaml

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)