From 2c4602aa684e7b90e7ffdcea1d3f93a20f9c2ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:00:39 +0200 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.11.0 to 0.11.2 (#1091) * build(deps): bump Lightning-AI/utilities from 0.11.0 to 0.11.2 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.0 to 0.11.2. - [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.0...v0.11.2) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Apply suggestions from code review --------- 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 374b80ccb..bf0fa4275 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,20 +8,20 @@ on: jobs: check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.2 with: azure-dir: ".azure" check-code: - uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0 + uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.2 with: - actions-ref: v0.11.0 + actions-ref: v0.11.2 extra-typing: typing check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.2 with: - actions-ref: v0.11.0 + actions-ref: v0.11.2 artifact-name: dist-packages-${{ github.sha }} import-name: "pl_bolts" testing-matrix: |