From 24734502b37f0b3088060ab34ad0376d5f38cb90 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:00:37 +0100 Subject: [PATCH] bump: `Lightning-AI/utilities` used `main` (#415) --- .github/workflows/ci-checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 9bb361f2..39fd096f 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -17,14 +17,14 @@ jobs: # actions-ref: main check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.7 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main with: azure-dir: "" check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.7 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main with: - actions-ref: v0.11.7 + actions-ref: main import-name: "litserve" artifact-name: dist-packages-${{ github.sha }} testing-matrix: | @@ -34,6 +34,6 @@ jobs: } # check-docs: -# uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.1 +# uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main # with: # requirements-file: "_requirements/docs.txt"