From 125859cad95cb12a146a153d307fe156234771d5 Mon Sep 17 00:00:00 2001 From: Josh Daniel Date: Fri, 13 Sep 2024 23:46:28 +0800 Subject: [PATCH] chore(ci): update setup version --- .github/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f1961d..d455143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,17 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Check out code - uses: actions/checkout@v3 - with: - fetch-depth: 2 - - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest + - uses: actions/checkout@v4 + - uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun install - - name: Build + - name: Build projects run: bun run build