We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93246e commit 269c785Copy full SHA for 269c785
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install and run Elasticsearch 📦
57
uses: getong/elasticsearch-action@v1.2
58
with:
59
- elasticsearch version: '8.3.1'
+ elasticsearch version: '8.17.0'
60
host port: 9200
61
container port: 9200
62
host node port: 9300
@@ -71,7 +71,7 @@ jobs:
71
- name: Install and run MongoDB
72
uses: supercharge/mongodb-github-action@1.12.0
73
74
- mongodb-version: 4.4
+ mongodb-version: '8.0.4'
75
- name: Install and run SensorThingsAPI
76
uses: cgs-earth/sensorthings-action@v0.1.0
77
- name: Install sqlite and gpkg dependencies
0 commit comments