From 613342824f62a9ece30375146d810f0686aeb9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:06:52 +0200 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.8.0 to 0.9.0 (#1050) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 9edd3481a..e5763fce3 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,18 +8,18 @@ on: jobs: check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.8.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.9.0 with: azure-dir: ".azure" check-code: - uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.8.0 + uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0 with: actions-ref: v0.8.0 extra-typing: typing check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.8.0 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.9.0 with: actions-ref: v0.8.0 artifact-name: dist-packages-${{ github.sha }}