Skip to content

Commit

Permalink
Update dependency oven-sh/bun to v1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 73f494d commit 6ccb01e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-bun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.16
bun-version: 1.1.17

- name: Restore dependencies
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.16
bun-version: 1.1.17

- run: bun install --frozen-lockfile

Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.16
bun-version: 1.1.17

- run: bun install --frozen-lockfile
- run: bun lint:md
2 changes: 1 addition & 1 deletion .github/workflows/cli-um.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.16
bun-version: 1.1.17

- name: Bun install
run: bun install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.16
bun-version: 1.1.17

- name: Restore dependencies
working-directory: packages/${{ matrix.tool }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unmango/tdl",
"packageManager": "[email protected].16",
"packageManager": "[email protected].17",
"workspaces": [
"gen/proto/*",
"packages/*"
Expand Down

0 comments on commit 6ccb01e

Please sign in to comment.