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

Commit 94e92fb

Browse files
build(deps): bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#60)
* 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]>
1 parent f9561a0 commit 94e92fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-checks.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
# uses: Lightning-AI/utilities/.github/workflows/[email protected]
1616

1717
check-typing:
18-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
18+
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
1919
with:
20-
actions-ref: v0.10.0
20+
actions-ref: v0.10.1
2121
extra-typing: typing
2222

2323
check-schema:
24-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
24+
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
2525
with:
2626
azure-dir: ".azure"
2727

2828
check-package:
29-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
29+
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
3030
with:
31-
actions-ref: v0.10.0
31+
actions-ref: v0.10.1
3232
import-name: "lightning_graphcore"
3333
artifact-name: dist-packages-${{ github.sha }}
3434
install-extras: "[pytorch-lightning]"
@@ -39,6 +39,6 @@ jobs:
3939
}
4040
4141
check-docs:
42-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
42+
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
4343
with:
4444
requirements-file: "requirements/_docs.txt"

.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-docs:
10-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
10+
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
1111
with:
1212
requirements-file: "requirements/_docs.txt"
1313

0 commit comments

Comments
 (0)