From b478ca0974b27f9519f7582b3ede61eff516c03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:42:57 +0000 Subject: [PATCH 1/2] 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] --- .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 374b80ccb..be3ec6822 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.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 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 artifact-name: dist-packages-${{ github.sha }} From 770a6f0ccef8dc5457bc8ede359fe7eb92d7ea9a Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:54:54 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- .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 be3ec6822..bf0fa4275 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -15,13 +15,13 @@ jobs: check-code: 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.2 with: - actions-ref: v0.11.0 + actions-ref: v0.11.2 artifact-name: dist-packages-${{ github.sha }} import-name: "pl_bolts" testing-matrix: |