Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into addPortfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Scc33 committed Jul 2, 2024
2 parents fe25967 + d3739aa commit 1de4f77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup the latest version of Bun
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# Install project dependencies
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup the latest version of Bun
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# Install project dependencies
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup the latest version of Bun
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup the latest version of Bun
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Setup the latest version of Bun
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
# Install project dependencies
Expand Down

0 comments on commit 1de4f77

Please sign in to comment.