File tree Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout cads-broker-exporter repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-broker-exporter
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 51
51
config : buildkitd.toml
52
52
53
53
- name : Checkout cads-deployment repo
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
repository : ecmwf-projects/cads-deployment
57
57
ref : ${{ inputs.deployment_branch }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout canary-microservice repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/canary-microservice
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
config : buildkitd.toml
52
52
53
53
- name : Checkout cads-cim-api repo
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
repository : ecmwf-projects/cads-cim-api
57
57
token : ${{ secrets.CADS_PAT }}
58
58
path : cads-cim-api
59
59
60
60
- name : Checkout cads-cim-ui repo
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
repository : ecmwf-projects/cads-cim-ui
64
64
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 46
46
config : buildkitd.toml
47
47
48
48
- name : Checkout pycsw-dynamic repo
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
repository : ecmwf-projects/pycsw-dynamic
52
52
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
50
50
config : buildkitd.toml
51
51
52
52
- name : Checkout cads-deployment repo
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
repository : ecmwf-projects/cads-deployment
56
56
ref : ${{ github.event.inputs.deployment_branch }}
57
57
token : ${{ secrets.CADS_PAT }}
58
58
path : .
59
59
60
60
- name : Clone cads-common repo
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v4
62
62
with :
63
63
repository : ecmwf-projects/cads-common
64
64
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout fluentd repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-fluentd
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 51
51
config : buildkitd.toml
52
52
53
53
- name : Checkout cads-deployment repo
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
repository : ecmwf-projects/cads-deployment
57
57
ref : ${{ github.event.inputs.deployment_branch }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout cads-monitor-alert-log repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-monitor-alert-log
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout monitor-metrics repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-monitor-metrics
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout cads-monitor-nrpe repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-monitor-nrpe
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout cads-monitor-statistics repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-monitor-statistics
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 43
43
config : buildkitd.toml
44
44
45
45
- name : Checkout cads-monitor-user-details repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : ecmwf-projects/cads-monitor-user-details
49
49
token : ${{ secrets.CADS_PAT }}
Original file line number Diff line number Diff line change 50
50
config : buildkitd.toml
51
51
52
52
- name : Checkout cads-deployment repo
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
repository : ecmwf-projects/cads-deployment
56
56
ref : ${{ github.event.inputs.deployment_branch }}
65
65
mode : test
66
66
67
67
- name : Checkout cads-obs-catalogue-manager repo
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
with :
70
70
repository : ecmwf-projects/cads-obs-catalogue-manager
71
71
ref : ${{ env.CADS_OBS_CATALOGUE_MANAGER }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout cads-deployment repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
repository : ecmwf-projects/cads-deployment
27
27
token : ${{ secrets.CADS_PAT }}
You can’t perform that action at this time.
0 commit comments