File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
28
28
steps :
29
29
- name : Checkout OpenSearch Dashboards
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
with :
32
32
repository : opensearch-project/OpenSearch-Dashboards
33
33
ref : ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
34
34
path : OpenSearch-Dashboards
35
35
36
36
- name : Checkout Dashboards Observability
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
with :
39
39
path : OpenSearch-Dashboards/plugins/dashboards-observability
40
40
94
94
run : git config --system core.longpaths true
95
95
96
96
- name : Checkout OpenSearch Dashboards
97
- uses : actions/checkout@v2
97
+ uses : actions/checkout@v4
98
98
with :
99
99
repository : opensearch-project/OpenSearch-Dashboards
100
100
ref : ${{ env.OPENSEARCH_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118
118
- run : yarn -v
119
119
120
120
- name : Checkout Dashboards Observability
121
- uses : actions/checkout@v2
121
+ uses : actions/checkout@v4
122
122
with :
123
123
path : OpenSearch-Dashboards/plugins/dashboards-observability
124
124
Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ jobs:
84
84
shell : bash
85
85
86
86
- name : Checkout OpenSearch Dashboards
87
- uses : actions/checkout@v2
87
+ uses : actions/checkout@v4
88
88
with :
89
89
repository : opensearch-project/Opensearch-Dashboards
90
90
ref : ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
91
91
path : OpenSearch-Dashboards
92
92
93
93
- name : Checkout dashboards observability
94
- uses : actions/checkout@v2
94
+ uses : actions/checkout@v4
95
95
with :
96
96
path : OpenSearch-Dashboards/plugins/dashboards-observability
97
97
@@ -166,7 +166,7 @@ jobs:
166
166
path : OpenSearch-Dashboards/dashboard.log
167
167
168
168
- name : Checkout Dashboards Functioanl Test Repo
169
- uses : actions/checkout@v2
169
+ uses : actions/checkout@v4
170
170
with :
171
171
path : opensearch-dashboards-functional-test
172
172
repository : opensearch-project/opensearch-dashboards-functional-test
Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ jobs:
97
97
shell : bash
98
98
99
99
- name : Checkout OpenSearch Dashboards
100
- uses : actions/checkout@v2
100
+ uses : actions/checkout@v4
101
101
with :
102
102
repository : opensearch-project/Opensearch-Dashboards
103
103
ref : ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
104
104
path : OpenSearch-Dashboards
105
105
106
106
- name : Checkout dashboards observability
107
- uses : actions/checkout@v2
107
+ uses : actions/checkout@v4
108
108
with :
109
109
path : OpenSearch-Dashboards/plugins/dashboards-observability
110
110
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- name : lychee Link Checker
15
15
id : lychee
16
16
uses : lycheeverse/lychee-action@master
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
4
4
5
5
env :
6
6
PLUGIN_NAME : dashboards-observability
7
- OPENSEARCH_DASHBOARDS_VERSION : " main"
7
+ OPENSEARCH_DASHBOARDS_VERSION : ' main'
8
8
9
9
jobs :
10
10
build :
@@ -13,14 +13,14 @@ jobs:
13
13
14
14
steps :
15
15
- name : Checkout OpenSearch Dashboards
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
repository : opensearch-project/Opensearch-Dashboards
19
19
ref : ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
20
20
path : OpenSearch-Dashboards
21
21
22
22
- name : Checkout dashboards observability
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
with :
25
25
path : OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
26
26
fetch-depth : 0
36
36
uses : actions/setup-node@v1
37
37
with :
38
38
node-version : ${{ steps.versions_step.outputs.node_version }}
39
- registry-url : " https://registry.npmjs.org"
39
+ registry-url : ' https://registry.npmjs.org'
40
40
41
41
- name : Install correct yarn version for OpenSearch Dashboards
42
42
run : |
Original file line number Diff line number Diff line change 18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
20
- name : Checkout Branch
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Set env
24
24
run : |
You can’t perform that action at this time.
0 commit comments