From 53d366f6b6d0e6a9e9a5ede72f964d30d768872a Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2026 19:54:59 +0200 Subject: [PATCH] ci: use local bun action --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ca3759..ca7bf48 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Bun - uses: https://github.com/oven-sh/setup-bun@v2 + uses: actions/setup-bun@v2 - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14bef96..30b3a47 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Bun - uses: https://github.com/oven-sh/setup-bun@v2 + uses: actions/setup-bun@v2 - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Bun - uses: https://github.com/oven-sh/setup-bun@v2 + uses: actions/setup-bun@v2 - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies @@ -38,11 +38,11 @@ jobs: run: bun run lint:oxlint type-check: - name: Type Check + name: 'Type Check' runs-on: ubuntu-latest steps: - name: Set up Bun - uses: https://github.com/oven-sh/setup-bun@v2 + uses: actions/setup-bun@v2 - name: Checkout repository uses: actions/checkout@v6 - name: Install dependencies