Skip to content

Commit

Permalink
Upgrade actions/checkout to v4 for enhanced functionality in Cypress …
Browse files Browse the repository at this point in the history
…and FTR E2E reporting test workflows
  • Loading branch information
guidomodarelli committed Nov 7, 2024
1 parent d7431d6 commit 5ff69e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cypress-e2e-reporting-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,12 @@ jobs:
shell: bash

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
fetch-depth: 0
filter: |
cypress
test

- name: Checkout Dashboards Reporting Plugin in OpenSearch Dashboards Plugins Dir
uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ftr-e2e-reporting-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,12 @@ jobs:
shell: bash

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
fetch-depth: 0
filter: |
cypress
test

- name: Checkout Dashboards Reporting Plugin in OpenSearch Dashboards Plugins Dir
uses: actions/checkout@v4
Expand Down

0 comments on commit 5ff69e4

Please sign in to comment.