Skip to content

Commit

Permalink
chore(deps): bump oven-sh/setup-bun from 1 to 2 (#33)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent b05d475 commit c8a54c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@zondax'

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- run: bun install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@zondax'

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- run: bun install

Expand Down

0 comments on commit c8a54c9

Please sign in to comment.