Skip to content

Commit

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

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

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 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: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 1, 2024
1 parent 748715e commit 541f701
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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.9.0
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.0
with:
azure-dir: ".azure"

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

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.9.0
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0
with:
actions-ref: v0.8.0
actions-ref: v0.11.0
artifact-name: dist-packages-${{ github.sha }}
import-name: "pl_bolts"
testing-matrix: |
Expand Down
3 changes: 1 addition & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ Following PR [#844](https://github.com/Lightning-AI/lightning-bolts/pull/844), a
### Example

```python
def test_this_thing(catch_warnings):
...
def test_this_thing(catch_warnings): ...
```

0 comments on commit 541f701

Please sign in to comment.