Bump Lightning-AI/utilities from 0.9.0 to 0.10.0 (#19031)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-20 05:52:30 -05:00 committed by GitHub
parent 4f4c890cd7
commit 4789905880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ on:
jobs:
cron-clear:
if: github.event_name == 'schedule'
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.9.0
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0
with:
pattern: "latest|docs"
direct-clear:
if: github.event_name == 'workflow_dispatch'
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.9.0
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0
with:
pattern: ${{ inputs.pattern }}

View File

@ -14,6 +14,6 @@ on:
jobs:
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.9.0
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.10.0
with:
config-file: ".github/markdown-links-config.json"

View File

@ -8,7 +8,7 @@ on:
jobs:
check:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.9.0
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.0
with:
# skip azure due to the wrong schema file by MSFT
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607