Skip to content

Commit c8a03bf

Browse files
committed
update ci
1 parent 5851991 commit c8a03bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Bun
15-
uses: oven-sh/setup-bun@v1
15+
uses: oven-sh/setup-bun@v2
1616
- name: Install dependencies
1717
run: bun install
1818
- name: Run Chromatic

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Set up Bun
20-
uses: oven-sh/setup-bun@v1
20+
uses: oven-sh/setup-bun@v2
2121

2222
- name: Install dependencies
2323
run: bun install
@@ -29,7 +29,7 @@ jobs:
2929
run: bun run build && bun run lint && bun run test
3030

3131
- name: Deploy to Azure
32-
uses: TravisSpomer/deploy-to-azure-storage@v1.4.0
32+
uses: TravisSpomer/deploy-to-azure-storage@v1.5.0
3333
if: github.ref == 'refs/heads/master'
3434
with:
3535
source-path: dist

.github/workflows/size-limit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Bun
14-
uses: oven-sh/setup-bun@v1
14+
uses: oven-sh/setup-bun@v2
1515
- name: Install dependencies
1616
run: bun install
17-
- uses: andresz1/size-limit-action@v1
17+
- uses: andresz1/size-limit-action@v1.8.0
1818
with:
19-
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
github_token: ${{ secrets.GITHUB_TOKEN }}
20+
package_manager: bun

0 commit comments

Comments
 (0)