Skip to content

Commit cb60c63

Browse files
committed
Update to 2.19
Signed-off-by: Craig Perkins <[email protected]>
1 parent dc12ddc commit cb60c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/run-cypress-tests/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
with:
2020
path: index-management
2121
repository: opensearch-project/index-management
22-
ref: '2.x'
22+
ref: '2.19'
2323
- name: Run opensearch with plugin
2424
shell: bash
2525
if: ${{ inputs.with-security == 'false' }}

.github/workflows/cypress-with-security-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "*"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
10+
OPENSEARCH_DASHBOARDS_VERSION: '2.19'
1111
jobs:
1212
tests:
1313
name: Run Cypress E2E tests with security

0 commit comments

Comments
 (0)