File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
check :
11
- uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.4.1
11
+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.6.0
12
12
with :
13
13
# skip azure due to the wrong schema file by MSFT
14
14
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
17
17
cron-clear :
18
18
if : github.event_name == 'schedule'
19
- uses : Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.5 .0
19
+ uses : Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6 .0
20
20
with :
21
21
pattern : ' latest|docs'
22
22
23
23
direct-clear :
24
24
if : github.event_name == 'workflow_dispatch'
25
- uses : Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.5 .0
25
+ uses : Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6 .0
26
26
with :
27
27
pattern : ${{ inputs.pattern }}
You can’t perform that action at this time.
0 commit comments