Skip to content

Commit f4382f9

Browse files
build(deps): bump Lightning-AI/utilities from 0.15.0 to 0.15.2 (#3246)
* build(deps): bump Lightning-AI/utilities from 0.15.0 to 0.15.2 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.15.0 to 0.15.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.15.0...v0.15.2) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review * 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 7a3a6f0)
1 parent 741a244 commit f4382f9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci-checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ concurrency:
1313

1414
jobs:
1515
check-code:
16-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
16+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
1717
with:
18-
actions-ref: v0.15.0
18+
actions-ref: v0.15.2
1919
extra-typing: "typing"
2020

2121
check-schema:
22-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
22+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
2323
with:
24-
actions-ref: v0.15.0
24+
actions-ref: v0.15.2
2525
azure-schema-version: "v1.208.0"
2626

2727
check-package:
2828
if: github.event.pull_request.draft == false
29-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
29+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
3030
with:
31-
actions-ref: v0.15.0
31+
actions-ref: v0.15.2
3232
artifact-name: dist-packages-${{ github.sha }}
3333
import-name: "torchmetrics"
3434
testing-matrix: |
@@ -38,7 +38,7 @@ jobs:
3838
}
3939
4040
check-md-links:
41-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
41+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
4242
with:
4343
base-branch: master
4444
config-file: ".github/markdown-links-config.json"

.github/workflows/clear-cache.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ on:
2323
jobs:
2424
cron-clear:
2525
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
26-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
26+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
2727
with:
28-
scripts-ref: v0.14.3
28+
scripts-ref: v0.15.2
2929
dry-run: ${{ github.event_name == 'pull_request' }}
3030
pattern: "pip-latest"
3131
age-days: 7
3232

3333
direct-clear:
3434
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35-
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
35+
uses: Lightning-AI/utilities/.github/workflows/[email protected].2
3636
with:
37-
scripts-ref: v0.14.3
37+
scripts-ref: v0.15.2
3838
dry-run: ${{ github.event_name == 'pull_request' }}
3939
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
4040
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging

0 commit comments

Comments
 (0)