Skip to content

Commit 7d7cb69

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 72c6d0a + 7618726 commit 7d7cb69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- uses: oven-sh/setup-bun@v2
99
with:
1010
bun-version: latest

.github/workflows/storybook-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Setup Bun
2020
uses: oven-sh/setup-bun@v2
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v5
3333

3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v3
35+
uses: actions/upload-pages-artifact@v4
3636
with:
3737
path: 'apps/storybook/storybook-static'
3838

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "18.3.13",
2020
"@types/react-dom": "18.3.7",
2121
"react": "18.3.1",
22-
"tsup": "8.1.0",
22+
"tsup": "8.1.2",
2323
"typescript": "5.5.4",
2424
"@biomejs/biome": "1.8.3"
2525
},

0 commit comments

Comments
 (0)