File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : " ubuntu-latest"
15
15
steps :
16
16
- name : " Checkout the repository"
17
- uses : " actions/checkout@v4.1.0 "
17
+ uses : " actions/checkout@v4.1.1 "
18
18
19
19
- name : " Set up Python"
20
20
uses : actions/setup-python@v4.7.1
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
steps :
17
17
- name : " Checkout the repository"
18
- uses : " actions/checkout@v4.1.0 "
18
+ uses : " actions/checkout@v4.1.1 "
19
19
20
20
- name : " Adjust version number"
21
21
shell : " bash"
Original file line number Diff line number Diff line change 17
17
runs-on : " ubuntu-latest"
18
18
steps :
19
19
- name : " Checkout the repository"
20
- uses : " actions/checkout@v4.1.0 "
20
+ uses : " actions/checkout@v4.1.1 "
21
21
22
22
- name : " Run hassfest validation"
23
23
uses : " home-assistant/actions/hassfest@master"
27
27
runs-on : " ubuntu-latest"
28
28
steps :
29
29
- name : " Checkout the repository"
30
- uses : " actions/checkout@v4.1.0 "
30
+ uses : " actions/checkout@v4.1.1 "
31
31
32
32
- name : " Run HACS validation"
33
33
uses : " hacs/action@main"
You can’t perform that action at this time.
0 commit comments