@@ -11,182 +11,182 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout openedx/credentials-themes
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
repository : openedx/credentials-themes
17
17
path : dependent-usage-analyzer/.projects/credentials-themes
18
18
- name : Checkout openedx/credentials
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
repository : openedx/credentials
22
22
path : dependent-usage-analyzer/.projects/credentials
23
23
- name : Checkout openedx/edx-enterprise
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
repository : openedx/edx-enterprise
27
27
path : dependent-usage-analyzer/.projects/edx-enterprise
28
28
- name : Checkout openedx/edx-ora2
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
repository : openedx/edx-ora2
32
32
path : dependent-usage-analyzer/.projects/edx-ora2
33
33
- name : Checkout openedx/edx-platform
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
repository : openedx/edx-platform
37
37
path : dependent-usage-analyzer/.projects/edx-platform
38
38
- name : Checkout openedx/frontend-app-account
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
with :
41
41
repository : openedx/frontend-app-account
42
42
path : dependent-usage-analyzer/.projects/frontend-app-account
43
43
- name : Checkout openedx/frontend-app-admin-portal
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
repository : openedx/frontend-app-admin-portal
47
47
path : dependent-usage-analyzer/.projects/frontend-app-admin-portal
48
48
- name : Checkout openedx/frontend-app-authn
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
repository : openedx/frontend-app-authn
52
52
path : dependent-usage-analyzer/.projects/frontend-app-authn
53
53
- name : Checkout openedx/frontend-app-communications
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
repository : openedx/frontend-app-communications
57
57
path : dependent-usage-analyzer/.projects/frontend-app-communications
58
58
- name : Checkout openedx/frontend-app-course-authoring
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
with :
61
61
repository : openedx/frontend-app-course-authoring
62
62
path : dependent-usage-analyzer/.projects/frontend-app-course-authoring
63
63
- name : Checkout openedx/frontend-app-discussions
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
repository : openedx/frontend-app-discussions
67
67
path : dependent-usage-analyzer/.projects/frontend-app-discussions
68
68
- name : Checkout openedx/frontend-app-ecommerce
69
- uses : actions/checkout@v3
69
+ uses : actions/checkout@v4
70
70
with :
71
71
repository : openedx/frontend-app-ecommerce
72
72
path : dependent-usage-analyzer/.projects/frontend-app-ecommerce
73
73
- name : Checkout openedx/frontend-app-enterprise-public-catalog
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
with :
76
76
repository : openedx/frontend-app-enterprise-public-catalog
77
77
path : dependent-usage-analyzer/.projects/frontend-app-enterprise-public-catalog
78
78
- name : Checkout openedx/frontend-app-gradebook
79
- uses : actions/checkout@v3
79
+ uses : actions/checkout@v4
80
80
with :
81
81
repository : openedx/frontend-app-gradebook
82
82
path : dependent-usage-analyzer/.projects/frontend-app-gradebook
83
83
- name : Checkout openedx/frontend-app-learner-portal-enterprise
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
with :
86
86
repository : openedx/frontend-app-learner-portal-enterprise
87
87
path : dependent-usage-analyzer/.projects/frontend-app-learner-portal-enterprise
88
88
- name : Checkout openedx/frontend-app-learner-portal-programs
89
- uses : actions/checkout@v3
89
+ uses : actions/checkout@v4
90
90
with :
91
91
repository : openedx/frontend-app-learner-portal-programs
92
92
path : dependent-usage-analyzer/.projects/frontend-app-learner-portal-programs
93
93
- name : Checkout openedx/frontend-app-learner-record
94
- uses : actions/checkout@v3
94
+ uses : actions/checkout@v4
95
95
with :
96
96
repository : openedx/frontend-app-learner-record
97
97
path : dependent-usage-analyzer/.projects/frontend-app-learner-record
98
98
- name : Checkout openedx/frontend-app-learning
99
- uses : actions/checkout@v3
99
+ uses : actions/checkout@v4
100
100
with :
101
101
repository : openedx/frontend-app-learning
102
102
path : dependent-usage-analyzer/.projects/frontend-app-learning
103
103
- name : Checkout openedx/frontend-app-library-authoring
104
- uses : actions/checkout@v3
104
+ uses : actions/checkout@v4
105
105
with :
106
106
repository : openedx/frontend-app-library-authoring
107
107
path : dependent-usage-analyzer/.projects/frontend-app-library-authoring
108
108
- name : Checkout openedx/frontend-app-ora-grading
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
with :
111
111
repository : openedx/frontend-app-ora-grading
112
112
path : dependent-usage-analyzer/.projects/frontend-app-ora-grading
113
113
- name : Checkout openedx/frontend-app-payment
114
- uses : actions/checkout@v3
114
+ uses : actions/checkout@v4
115
115
with :
116
116
repository : openedx/frontend-app-payment
117
117
path : dependent-usage-analyzer/.projects/frontend-app-payment
118
118
- name : Checkout openedx/frontend-app-profile
119
- uses : actions/checkout@v3
119
+ uses : actions/checkout@v4
120
120
with :
121
121
repository : openedx/frontend-app-profile
122
122
path : dependent-usage-analyzer/.projects/frontend-app-profile
123
123
- name : Checkout openedx/frontend-app-program-console
124
- uses : actions/checkout@v3
124
+ uses : actions/checkout@v4
125
125
with :
126
126
repository : openedx/frontend-app-program-console
127
127
path : dependent-usage-analyzer/.projects/frontend-app-program-console
128
128
- name : Checkout openedx/frontend-app-publisher
129
- uses : actions/checkout@v3
129
+ uses : actions/checkout@v4
130
130
with :
131
131
repository : openedx/frontend-app-publisher
132
132
path : dependent-usage-analyzer/.projects/frontend-app-publisher
133
133
- name : Checkout openedx/frontend-app-support-tools
134
- uses : actions/checkout@v3
134
+ uses : actions/checkout@v4
135
135
with :
136
136
repository : openedx/frontend-app-support-tools
137
137
path : dependent-usage-analyzer/.projects/frontend-app-support-tools
138
138
- name : Checkout openedx/frontend-component-cookie-policy-banner
139
- uses : actions/checkout@v3
139
+ uses : actions/checkout@v4
140
140
with :
141
141
repository : openedx/frontend-component-cookie-policy-banner
142
142
path : dependent-usage-analyzer/.projects/frontend-component-cookie-policy-banner
143
143
- name : Checkout edx/frontend-component-header-edx
144
- uses : actions/checkout@v3
144
+ uses : actions/checkout@v4
145
145
with :
146
146
repository : edx/frontend-component-header-edx
147
147
path : dependent-usage-analyzer/.projects/frontend-component-header-edx
148
148
- name : Checkout openedx/frontend-component-header
149
- uses : actions/checkout@v3
149
+ uses : actions/checkout@v4
150
150
with :
151
151
repository : openedx/frontend-component-header
152
152
path : dependent-usage-analyzer/.projects/frontend-component-header
153
153
- name : Checkout openedx/frontend-enterprise
154
- uses : actions/checkout@v3
154
+ uses : actions/checkout@v4
155
155
with :
156
156
repository : openedx/frontend-enterprise
157
157
path : dependent-usage-analyzer/.projects/frontend-enterprise
158
158
- name : Checkout openedx/frontend-learner-portal-base
159
- uses : actions/checkout@v3
159
+ uses : actions/checkout@v4
160
160
with :
161
161
repository : openedx/frontend-learner-portal-base
162
162
path : dependent-usage-analyzer/.projects/frontend-learner-portal-base
163
163
- name : Checkout openedx/frontend-lib-special-exams
164
- uses : actions/checkout@v3
164
+ uses : actions/checkout@v4
165
165
with :
166
166
repository : openedx/frontend-lib-special-exams
167
167
path : dependent-usage-analyzer/.projects/frontend-lib-special-exams
168
168
- name : Checkout openedx/frontend-platform
169
- uses : actions/checkout@v3
169
+ uses : actions/checkout@v4
170
170
with :
171
171
repository : openedx/frontend-platform
172
172
path : dependent-usage-analyzer/.projects/frontend-platform
173
173
- name : Checkout openedx/frontend-template-application
174
- uses : actions/checkout@v3
174
+ uses : actions/checkout@v4
175
175
with :
176
176
repository : openedx/frontend-template-application
177
177
path : dependent-usage-analyzer/.projects/frontend-template-application
178
178
- name : Checkout openedx/studio-frontend
179
- uses : actions/checkout@v3
179
+ uses : actions/checkout@v4
180
180
with :
181
181
repository : openedx/studio-frontend
182
182
path : dependent-usage-analyzer/.projects/studio-frontend
183
183
- name : Checkout openedx/frontend-app-communications
184
- uses : actions/checkout@v3
184
+ uses : actions/checkout@v4
185
185
with :
186
186
repository : openedx/frontend-app-communications
187
187
path : dependent-usage-analyzer/.projects/frontend-app-communications
188
188
- name : Checkout openedx/frontend-app-learner-dashboard
189
- uses : actions/checkout@v3
189
+ uses : actions/checkout@v4
190
190
with :
191
191
repository : openedx/frontend-app-learner-dashboard
192
192
path : dependent-usage-analyzer/.projects/frontend-app-learner-dashboard
@@ -208,7 +208,7 @@ jobs:
208
208
runs-on : ubuntu-latest
209
209
steps :
210
210
- name : Checkout
211
- uses : actions/checkout@v3
211
+ uses : actions/checkout@v4
212
212
- name : Setup Nodejs Env
213
213
run : echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
214
214
- name : Setup Nodejs
@@ -246,7 +246,7 @@ jobs:
246
246
runs-on : ubuntu-latest
247
247
steps :
248
248
- name : Checkout
249
- uses : actions/checkout@v3
249
+ uses : actions/checkout@v4
250
250
with :
251
251
fetch-depth : 0
252
252
- name : Setup Nodejs Env
0 commit comments