Skip to content

Commit

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

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

---
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 committed Jul 1, 2024
1 parent 541f701 commit 2c4602a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:

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

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

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

0 comments on commit 2c4602a

Please sign in to comment.