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 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : 📥 Checkout the repository
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : 📥 Checkout the repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4.1.7
19
19
20
20
- name : 🔢 Get release version
21
21
id : version
Original file line number Diff line number Diff line change 16
16
name : With hassfest
17
17
steps :
18
18
- name : 📥 Checkout the repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4.1.7
20
20
21
21
- name : ✅ Hassfest validation
22
22
uses : " home-assistant/actions/hassfest@master"
26
26
name : With HACS Action
27
27
steps :
28
28
- name : 📥 Checkout the repository
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v4.1.7
30
30
31
31
- name : ✅ HACS validation
32
32
uses : hacs/action@main
You can’t perform that action at this time.
0 commit comments