From 00438d0a33f9925ed376c4c9e80d82171f320ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:14:15 +0200 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.11.2 to 0.11.3 (#49) * build(deps): bump Lightning-AI/utilities from 0.11.2 to 0.11.3 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.2 to 0.11.3. - [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.11.2...v0.11.3) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * 0.11.3.post0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index a0f8fb1..c212ef2 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -12,22 +12,22 @@ concurrency: jobs: check-precommit: - uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.11.2 + uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.11.3.post0 check-typing: - uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.2 + uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.3 with: - actions-ref: v0.11.2 + actions-ref: v0.11.3.post0 check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.2 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.3.post0 with: azure-dir: ".azure" check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.2 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.3.post0 with: - actions-ref: v0.11.2 + actions-ref: v0.11.3.post0 import-name: "lightning_hivemind" artifact-name: dist-packages-${{ github.sha }} testing-matrix: |