From 4636209159efd737b857754c49f360c714d0158f Mon Sep 17 00:00:00 2001 From: gxres042 Date: Wed, 24 Jul 2024 21:00:00 +0800 Subject: [PATCH] Fix wrong action name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 502f2ea..fa50d1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Bun - uses: over-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2 - name: Setup Node.js uses: actions/setup-node@v4 with: