File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
jobs :
24
24
cron-clear :
25
25
if : github.event_name == 'schedule' || github.event_name == 'pull_request'
26
- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.12 .0
26
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14 .0
27
27
with :
28
- scripts-ref : v0.11.8
28
+ scripts-ref : v0.14.0
29
29
dry-run : ${{ github.event_name == 'pull_request' }}
30
30
pattern : " latest|docs"
31
31
age-days : 7
32
32
33
33
direct-clear :
34
34
if : github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35
- uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.12 .0
35
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14 .0
36
36
with :
37
- scripts-ref : v0.11.8
37
+ scripts-ref : v0.14.0
38
38
dry-run : ${{ github.event_name == 'pull_request' }}
39
39
pattern : ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
40
40
age-days : ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging
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.12 .0
17
+ uses : Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.14 .0
18
18
with :
19
19
config-file : " .github/markdown-links-config.json"
20
20
base-branch : " master"
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.12 .0
11
+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14 .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
You can’t perform that action at this time.
0 commit comments