From 3cdf1f8a3d8f93fb69d4b7267dae2a04e058003e Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 8 Jul 2024 20:54:05 +0800 Subject: [PATCH] CI: Housekeeping --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72a4952b..899f18c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - uses: oven-sh/setup-bun@v1 + - uses: oven-sh/setup-bun@v2 with: bun-version: canary - name: Get current date