Bump Lightning-AI/utilities from 0.6.0 to 0.7.1 (#16879)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5bdf8a52bc
commit
6de4af9aa3
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.6.0
|
||||
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.7.1
|
||||
with:
|
||||
# skip azure due to the wrong schema file by MSFT
|
||||
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
|
||||
|
|
|
@ -16,12 +16,12 @@ jobs:
|
|||
|
||||
cron-clear:
|
||||
if: github.event_name == 'schedule'
|
||||
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6.0
|
||||
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.7.1
|
||||
with:
|
||||
pattern: 'latest|docs'
|
||||
|
||||
direct-clear:
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6.0
|
||||
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.7.1
|
||||
with:
|
||||
pattern: ${{ inputs.pattern }}
|
||||
|
|
Loading…
Reference in New Issue