Skip to content

Commit 5dbfcc2

Browse files
Bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#19211)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3518f9e commit 5dbfcc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/call-clear-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
jobs:
1313
cron-clear:
1414
if: github.event_name == 'schedule'
15-
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0
15+
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.1
1616
with:
1717
pattern: "latest|docs"
1818

1919
direct-clear:
2020
if: github.event_name == 'workflow_dispatch'
21-
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0
21+
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.1
2222
with:
2323
pattern: ${{ inputs.pattern }}

.github/workflows/ci-check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414

1515
jobs:
1616
check-md-links:
17-
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.10.0
17+
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.10.1
1818
with:
1919
config-file: ".github/markdown-links-config.json"

.github/workflows/ci-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check:
11-
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.0
11+
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
1212
with:
1313
# skip azure due to the wrong schema file by MSFT
1414
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607

0 commit comments

Comments
 (0)