Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

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

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

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

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 authored Feb 1, 2024
1 parent 46abda5 commit 6ebaf6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.0
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.1

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

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

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.0
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.1
with:
actions-ref: v0.10.0
actions-ref: v0.10.1
import-name: "lightning_fairscale"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
Expand All @@ -37,6 +37,6 @@ jobs:
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.0
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.1
with:
requirements-file: "docs/requirements.txt"

0 comments on commit 6ebaf6f

Please sign in to comment.