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 10
10
runs-on : " ubuntu-latest"
11
11
name : Validate
12
12
steps :
13
- - uses : " actions/checkout@v4.1 .2"
13
+ - uses : " actions/checkout@v4.2 .2"
14
14
15
15
- name : HACS Action
16
16
uses : " hacs/action@main"
Original file line number Diff line number Diff line change 14
14
runs-on : " ubuntu-latest"
15
15
name : Validate
16
16
steps :
17
- - uses : " actions/checkout@v4.1 .2"
17
+ - uses : " actions/checkout@v4.2 .2"
18
18
19
19
- name : HACS Action
20
20
uses : " hacs/action@main"
34
34
- " 3.11"
35
35
name : Check style formatting
36
36
steps :
37
- - uses : " actions/checkout@v4.1 .2"
37
+ - uses : " actions/checkout@v4.2 .2"
38
38
-
uses :
" actions/[email protected] "
39
39
with :
40
40
python-version : " 3.x"
Original file line number Diff line number Diff line change 9
9
name : Prepare release asset
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4.1 .2
12
+ - uses : actions/checkout@v4.2 .2
13
13
14
14
- name : ZIP files
15
15
run : |
You can’t perform that action at this time.
0 commit comments