Skip to content

Commit

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

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.9.0 to 0.10.0.
- [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.9.0...v0.10.0)

---
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>

* Update ci-checks.yml

---------

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 Dec 1, 2023
1 parent 7027ba9 commit 2c83356
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,23 @@ concurrency:
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.0

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

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

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

0 comments on commit 2c83356

Please sign in to comment.