Commit 01bed8f 1 parent 62c874d commit 01bed8f Copy full SHA for 01bed8f
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ concurrency:
13
13
14
14
jobs :
15
15
check-code :
16
- uses : Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.13.0
16
+ uses : Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.13.1
17
17
with :
18
- actions-ref : v0.13.0
18
+ actions-ref : v0.13.1
19
19
extra-typing : " typing"
20
20
21
21
check-schema :
22
- uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.13.0
22
+ uses : Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.13.1
23
23
24
24
check-package :
25
25
if : github.event.pull_request.draft == false
26
- uses : Lightning-AI/utilities/.github/workflows/check-package.yml@v0.13.0
26
+ uses : Lightning-AI/utilities/.github/workflows/check-package.yml@v0.13.1
27
27
with :
28
- actions-ref : v0.13.0
28
+ actions-ref : v0.13.1
29
29
artifact-name : dist-packages-${{ github.sha }}
30
30
import-name : " torchmetrics"
31
31
testing-matrix : |
35
35
}
36
36
37
37
check-md-links :
38
- uses : Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.13.0
38
+ uses : Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.13.1
39
39
with :
40
40
base-branch : master
41
41
config-file : " .github/markdown-links-config.json"
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.13.0
26
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.13.1
27
27
with :
28
- scripts-ref : v0.13.0
28
+ scripts-ref : v0.13.1
29
29
dry-run : ${{ github.event_name == 'pull_request' }}
30
30
pattern : " pip-latest"
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.13.0
35
+ uses : Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.13.1
36
36
with :
37
- scripts-ref : v0.13.0
37
+ scripts-ref : v0.13.1
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
You can’t perform that action at this time.
0 commit comments