Skip to content

Commit

Permalink
build(deps): bump Lightning-AI/utilities from 0.10.1 to 0.11.2 (#43)
Browse files Browse the repository at this point in the history
* build(deps): bump Lightning-AI/utilities from 0.10.1 to 0.11.2

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.10.1 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](Lightning-AI/utilities@v0.10.1...v0.11.2)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Borda committed Apr 1, 2024
1 parent ffd5b01 commit 72a8669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ concurrency:

jobs:
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.1
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.11.2

check-typing:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.10.1
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.2
with:
actions-ref: v0.10.1
actions-ref: v0.11.2

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.2
with:
azure-dir: ".azure"

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.1
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.2
with:
actions-ref: v0.10.1
actions-ref: v0.11.2
import-name: "lightning_hivemind"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
Expand Down

0 comments on commit 72a8669

Please sign in to comment.