File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 24
24
config-file : ${{ steps.information.outputs.config }}
25
25
steps :
26
26
- name : ↩️ Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : ℹ️ Gather addon info
30
30
id : information
37
37
- information
38
38
steps :
39
39
- name : ↩️ Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
- name : 🚀 Run Home Assistant Add-on Lint
43
43
uses : frenck/action-addon-linter@v2
52
52
- information
53
53
steps :
54
54
- name : ↩️ Checkout
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
57
57
- name : 🚀 Run hadolint
58
58
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : ↩️ Checkout
67
- uses : actions/checkout@v4
67
+ uses : actions/checkout@v5
68
68
69
69
- name : 🚀 Run ShellCheck
70
70
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- name : ↩️ Checkout
79
- uses : actions/checkout@v4
79
+ uses : actions/checkout@v5
80
80
81
81
- name : 🚀 Run markdownlint
82
82
88
88
runs-on : ubuntu-latest
89
89
steps :
90
90
- name : ↩️ Checkout
91
- uses : actions/checkout@v4
91
+ uses : actions/checkout@v5
92
92
93
93
- name : 🚀 Run yamllint
94
94
uses : ibiqlik/action-yamllint@v3
@@ -104,7 +104,7 @@ jobs:
104
104
fail-fast : false
105
105
steps :
106
106
- name : ↩️ Checkout
107
- uses : actions/checkout@v4
107
+ uses : actions/checkout@v5
108
108
109
109
- name : ℹ️ Generate addon meta info
110
110
id : addon-meta
Original file line number Diff line number Diff line change 42
42
environment : ${{ steps.release.outputs.environment }}
43
43
steps :
44
44
- name : ↩️ Checkout
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v5
46
46
47
47
- name : ℹ️ Gather addon info
48
48
id : information
81
81
architecture : ${{ fromJson(needs.information.outputs.architectures) }}
82
82
steps :
83
83
- name : ↩️ Checkout
84
- uses : actions/checkout@v4
84
+ uses : actions/checkout@v5
85
85
86
86
- name : ℹ️ Generate addon meta info
87
87
id : addon-meta
Original file line number Diff line number Diff line change 18
18
os-version : ${{ steps.os-info.outputs.version }}
19
19
steps :
20
20
- name : ↩️ Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : ℹ️ Gather addon info
24
24
id : information
96
96
pull-requests : write
97
97
steps :
98
98
- name : ↩️ Checkout
99
- uses : actions/checkout@v4
99
+ uses : actions/checkout@v5
100
100
with :
101
101
fetch-depth : 0
102
102
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : ↩️ Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : 🏗️ Setup terraform
30
30
uses : hashicorp/setup-terraform@v3
65
65
- plan
66
66
steps :
67
67
- name : ↩️ Checkout
68
- uses : actions/checkout@v4
68
+ uses : actions/checkout@v5
69
69
70
70
- name : 🏗️ Setup terraform
71
71
uses : hashicorp/setup-terraform@v3
74
74
cli_config_credentials_token : ${{ secrets.TERRAFORM_CLOUD_TOKEN }}
75
75
76
76
- name : ⤵️ Get plan artifact
77
- uses : actions/download-artifact@v4
77
+ uses : actions/download-artifact@v5
78
78
with :
79
79
name : github-iac-artifact
80
80
path : github-iac
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ↩️ Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : 🚀 Run markdownlint
16
16
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : ↩️ Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : 🚀 Run yamllint
28
28
uses : ibiqlik/action-yamllint@v3
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : ↩️ Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : 🚀 Run markdownlint
24
24
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : ↩️ Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : 🚀 Run yamllint
36
36
uses : ibiqlik/action-yamllint@v3
You can’t perform that action at this time.
0 commit comments