diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 427a1be..96e94cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: CI on: push: @@ -27,7 +27,7 @@ jobs: LOG_LEVEL: error steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2