File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ jobs:
122
122
123
123
- name : Cache Cypress
124
124
id : cache-cypress
125
- uses : actions/cache@v2
125
+ uses : actions/cache@v4
126
126
with :
127
127
path : ${{ matrix.cypress_cache_folder }}
128
- key : cypress-cache-v2 -${{ matrix.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/query-insights-dashboards/package.json') }}
128
+ key : cypress-cache-v4 -${{ matrix.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/query-insights-dashboards/package.json') }}
129
129
130
130
# for now just chrome, use matrix to do all browsers later
131
131
- name : Cypress tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " queryInsightsDashboards" ,
3
- "version" : " 2.19.0 .0" ,
4
- "opensearchDashboardsVersion" : " 2.19.0 " ,
3
+ "version" : " 2.19.1 .0" ,
4
+ "opensearchDashboardsVersion" : " 2.19.1 " ,
5
5
"server" : true ,
6
6
"ui" : true ,
7
7
"requiredPlugins" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opensearch_query_insights_dashboards" ,
3
- "version" : " 2.19.0 .0" ,
3
+ "version" : " 2.19.1 .0" ,
4
4
"description" : " OpenSearch Dashboards plugin for Query Insights" ,
5
5
"main" : " index.js" ,
6
6
"opensearchDashboards" : {
7
- "version" : " 2.19.0 " ,
8
- "templateVersion" : " 2.19.0 "
7
+ "version" : " 2.19.1 " ,
8
+ "templateVersion" : " 2.19.1 "
9
9
},
10
10
"license" : " Apache-2.0" ,
11
11
"homepage" : " https://github.com/opensearch-project/query-insights-dashboards" ,
69
69
" node_modules/*" ,
70
70
" target/*"
71
71
]
72
- }
72
+ }
You can’t perform that action at this time.
0 commit comments