15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout project
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup Python
20
20
uses : ./.github/actions/setup-python
21
21
with :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout project
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- name : Install frontend dependencies
34
34
uses : ./.github/actions/install-frontend-dependencies
35
35
- name : Build, lint and test frontend
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : " Check out code"
44
- uses : " actions/checkout@v3 "
44
+ uses : " actions/checkout@v4 "
45
45
- name : " Build website"
46
46
# -e HUGO_REFLINKSERRORLEVEL=ERROR prevents merging broken refs with the downside
47
47
# that no refs to external content can be used as these refs will not resolve in the
73
73
- 3306:3306
74
74
steps :
75
75
- name : Checkout project
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
- name : Setup Python
78
78
uses : ./.github/actions/setup-python
79
79
- name : Lint migrations
89
89
runs-on : ubuntu-latest
90
90
steps :
91
91
- name : Checkout project
92
- uses : actions/checkout@v3
93
- - uses : azure/setup-helm@v3
92
+ uses : actions/checkout@v4
93
+ - uses : azure/setup-helm@v4.2.0
94
94
with :
95
95
version : v3.8.0
96
96
- name : Install helm unittest plugin
@@ -123,7 +123,7 @@ jobs:
123
123
- 3306:3306
124
124
steps :
125
125
- name : Checkout project
126
- uses : actions/checkout@v3
126
+ uses : actions/checkout@v4
127
127
- name : Setup Python
128
128
uses : ./.github/actions/setup-python
129
129
- name : Unit Test Backend
@@ -162,7 +162,7 @@ jobs:
162
162
--health-retries 5
163
163
steps :
164
164
- name : Checkout project
165
- uses : actions/checkout@v3
165
+ uses : actions/checkout@v4
166
166
- name : Setup Python
167
167
uses : ./.github/actions/setup-python
168
168
- name : Unit Test Backend
@@ -192,7 +192,7 @@ jobs:
192
192
--health-retries 5
193
193
steps :
194
194
- name : Checkout project
195
- uses : actions/checkout@v3
195
+ uses : actions/checkout@v4
196
196
- name : Setup Python
197
197
uses : ./.github/actions/setup-python
198
198
- name : Unit Test Backend
@@ -204,7 +204,7 @@ jobs:
204
204
runs-on : ubuntu-latest
205
205
steps :
206
206
- name : Checkout project
207
- uses : actions/checkout@v3
207
+ uses : actions/checkout@v4
208
208
- name : Setup Python
209
209
uses : ./.github/actions/setup-python
210
210
with :
@@ -218,7 +218,7 @@ jobs:
218
218
runs-on : ubuntu-latest
219
219
steps :
220
220
- name : Checkout project
221
- uses : actions/checkout@v3
221
+ uses : actions/checkout@v4
222
222
- name : Setup Python
223
223
uses : ./.github/actions/setup-python
224
224
- name : mypy Static Type Checking
0 commit comments