Skip to content

Commit c8a54c9

Browse files
chore(deps): bump oven-sh/setup-bun from 1 to 2 (#33)
Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](oven-sh/setup-bun@v1...v2) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b05d475 commit c8a54c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535
scope: '@zondax'
3636

37-
- uses: oven-sh/setup-bun@v1
37+
- uses: oven-sh/setup-bun@v2
3838

3939
- run: bun install
4040

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737
scope: '@zondax'
3838

39-
- uses: oven-sh/setup-bun@v1
39+
- uses: oven-sh/setup-bun@v2
4040

4141
- run: bun install
4242

0 commit comments

Comments
 (0)