Bump Lightning-AI/utilities from 0.7.1 to 0.8.0 (#17052)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-13 10:02:56 +00:00 committed by GitHub
parent 7d16a9e370
commit c580998d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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