Skip to content

Commit

Permalink
build(deps): bump Lightning-AI/utilities from 0.11.3.post0 to 0.11.6 (#…
Browse files Browse the repository at this point in the history
…2666)

* build(deps): bump Lightning-AI/utilities from 0.11.3.post0 to 0.11.6

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.3.post0 to 0.11.6.
- [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.3.post0...v0.11.6)

---
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]>
(cherry picked from commit c3ccdbc)
  • Loading branch information
dependabot[bot] authored and Borda committed Aug 2, 2024
1 parent 7a66579 commit 72e8304
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ concurrency:

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6
with:
actions-ref: v0.11.3.post0
actions-ref: v0.11.6
extra-typing: "typing"

check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6

check-package:
if: github.event.pull_request.draft == false
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6
with:
actions-ref: v0.11.3.post0
actions-ref: v0.11.6
artifact-name: dist-packages-${{ github.sha }}
import-name: "torchmetrics"
testing-matrix: |
Expand All @@ -35,7 +35,7 @@ jobs:
}
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6
with:
base-branch: master
config-file: ".github/markdown-links-config.json"
4 changes: 2 additions & 2 deletions .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
jobs:
cron-clear:
if: github.event_name == 'schedule'
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6
with:
pattern: "pip-latest"

direct-clear:
if: github.event_name == 'workflow_dispatch'
uses: Lightning-AI/utilities/.github/workflows/[email protected].3.post0
uses: Lightning-AI/utilities/.github/workflows/[email protected].6
with:
pattern: ${{ inputs.pattern }}

0 comments on commit 72e8304

Please sign in to comment.