Skip to content

Commit

Permalink
chore: update actions/checkout and oven-sh/setup-bun versions in CI w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
RPDeshaies committed Dec 4, 2024
1 parent 3031506 commit 6149985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# Use Bun
- name: Use Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
# with:
# bun-version: 1.1.38
# Install
Expand Down

0 comments on commit 6149985

Please sign in to comment.