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 2323jobs :
2424 cron-clear :
2525 if : github.event_name == 'schedule' || github.event_name == 'pull_request'
26- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.3
26+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0
2727 with :
2828 scripts-ref : v0.14.3
2929 dry-run : ${{ github.event_name == 'pull_request' }}
3232
3333 direct-clear :
3434 if : github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.3
35+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0
3636 with :
3737 scripts-ref : v0.14.3
3838 dry-run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 88
99jobs :
1010 check :
11- uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14.3
11+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.15.0
1212 with :
1313 # skip azure due to the wrong schema file by MSFT
1414 # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
You can’t perform that action at this time.
0 commit comments