diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51bc16cc..7695d27e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: fi - name: Validate Ankhorage repository - run: BUN_INSTALL_CACHE_DIR="${RUNNER_TEMP}/doctor-cache" bunx @ankhorage/doctor@0.10.35 validate . + run: BUN_INSTALL_CACHE_DIR="${RUNNER_TEMP}/doctor-cache" bunx @ankhorage/doctor@0.10.36 validate . - name: Run lint run: |