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 (#60)
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] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
dependabot[bot] and Borda authored Jan 1, 2024
1 parent f9561a0 commit 94e92fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
# uses: Lightning-AI/utilities/.github/workflows/[email protected]

check-typing:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
actions-ref: v0.10.0
actions-ref: v0.10.1
extra-typing: typing

check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
azure-dir: ".azure"

check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
actions-ref: v0.10.0
actions-ref: v0.10.1
import-name: "lightning_graphcore"
artifact-name: dist-packages-${{ github.sha }}
install-extras: "[pytorch-lightning]"
Expand All @@ -39,6 +39,6 @@ jobs:
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
requirements-file: "requirements/_docs.txt"
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-docs:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
requirements-file: "requirements/_docs.txt"

Expand Down

0 comments on commit 94e92fb

Please sign in to comment.