File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 java-version : ' 11'
2929 distribution : ' temurin'
3030 cache : maven
31- - uses : ankane/setup-elasticsearch@v1
31+ - name : Runs Elasticsearch
32+ uses : elastic/elastic-github-actions/elasticsearch@master
3233 with :
33- elasticsearch-version : 8
34- config : |
35- http.port: 9200
34+ stack-version : 8.11.2
35+ security-enabled : false
3636 - name : Clear existing docker image cache
3737 shell : bash
3838 run : docker image prune -af
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 java-version : ' 11'
6666 distribution : ' temurin'
6767 cache : maven
68- - uses : ankane/setup-elasticsearch@v1
68+ - name : Runs Elasticsearch
69+ uses : elastic/elastic-github-actions/elasticsearch@master
6970 with :
70- elasticsearch-version : 8
71- config : |
72- http.port: 9200
71+ stack-version : 8.11.2
72+ security-enabled : false
7373 - name : Clear existing docker image cache
7474 shell : bash
7575 run : docker image prune -af
You can’t perform that action at this time.
0 commit comments