From b5ecb1d770b6e7e953fb5e55c9d3c78dd77aca53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:43:08 +0200 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.8.0 to 0.9.0 (#1624) Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/lightning-ai/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](https://github.com/lightning-ai/utilities/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 86e10b29b4..6ee9182386 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,13 +8,13 @@ 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: # todo: validation has some problem with `- ${{ each topic in parameters.domains }}:` construct azure-dir: "" 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 }}