Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun action from vv1 to v2 (#301)
Browse files Browse the repository at this point in the history
* chore(deps): update oven-sh/setup-bun action from vv1 to v2

* chore: comitting generated dist

* Update test.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2024
1 parent 8845336 commit 5d1d4d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}

- name: Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version-file: package.json

- name: Install Dependencies
run: bun i
Expand Down

0 comments on commit 5d1d4d3

Please sign in to comment.