File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
cron-clear :
14
14
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
16
16
with :
17
17
pattern : " latest|docs"
18
18
19
19
direct-clear :
20
20
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
22
22
with :
23
23
pattern : ${{ inputs.pattern }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
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
18
18
with :
19
19
config-file : " .github/markdown-links-config.json"
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.10.0
11
+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
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
You can’t perform that action at this time.
0 commit comments