Skip to content

Commit

Permalink
Change elastic-github-actions to master to avoid ES 8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 4, 2024
1 parent c2d1011 commit b5fc92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
## Start unit test test ##
- name: Run Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.16.1
plugins: analysis-icu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
## Start unit test test ##
- name: Run Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.16.1
plugins: analysis-icu
Expand Down

0 comments on commit b5fc92a

Please sign in to comment.