Skip to content

Commit 0622acb

Browse files
renovate[bot]PrettyCoffee
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 16bc1c8 commit 0622acb

4 files changed

Lines changed: 99 additions & 85 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup bun
3535
uses: oven-sh/setup-bun@v2
3636
with:
37-
bun-version: "1.3.9"
37+
bun-version: "1.3.12"
3838

3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup bun
1313
uses: oven-sh/setup-bun@v2
1414
with:
15-
bun-version: "1.3.9"
15+
bun-version: "1.3.12"
1616

1717
- name: Install dependencies
1818
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)