Skip to content

Commit

Permalink
Merge pull request #24 from noahm/renovate/oven-sh-setup-bun-1.x
Browse files Browse the repository at this point in the history
Update oven-sh/setup-bun action to v1.1.1
  • Loading branch information
noahm authored Jan 29, 2024
2 parents b3d0cc9 + e1e78cd commit 71f13fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: All status checks
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1.1.0
- uses: oven-sh/setup-bun@v1.1.1

- name: Install Dependencies
run: bun install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1.1.0
- uses: oven-sh/setup-bun@v1.1.1
- name: Install Dependencies
run: bun install
- name: Typecheck
Expand All @@ -34,7 +34,7 @@ jobs:
with:
node-version: 20
registry-url: "https://registry.npmjs.org"
- uses: oven-sh/setup-bun@v1.1.0
- uses: oven-sh/setup-bun@v1.1.1
- name: Install Dependencies
run: bun install
- name: Build
Expand Down

0 comments on commit 71f13fd

Please sign in to comment.