Skip to content

Commit c65d397

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 0b4b647 + c15d29b commit c65d397

File tree

10 files changed

+862
-761
lines changed

10 files changed

+862
-761
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
emmake make install -j$(nproc)
4848
4949
- name: Upload build artifacts
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].1
5151
with:
5252
name: libxml2
5353
path: dist/
@@ -89,7 +89,7 @@ jobs:
8989
emmake make install -j$(nproc)
9090
9191
- name: Upload build artifacts
92-
uses: actions/[email protected].0
92+
uses: actions/[email protected].1
9393
with:
9494
name: SQLite
9595
path: dist/
@@ -122,7 +122,7 @@ jobs:
122122
emmake make install -j$(nproc)
123123
124124
- name: Upload build artifacts
125-
uses: actions/[email protected].0
125+
uses: actions/[email protected].1
126126
with:
127127
name: GEOS
128128
path: dist/
@@ -144,7 +144,7 @@ jobs:
144144
uses: ./.github/actions/prepare-build-env
145145

146146
- name: Restore previous build artifacts
147-
uses: actions/[email protected].8
147+
uses: actions/[email protected].9
148148
with:
149149
name: SQLite
150150
path: dist/
@@ -167,7 +167,7 @@ jobs:
167167
emmake make install -j$(nproc)
168168
169169
- name: Upload build artifacts
170-
uses: actions/[email protected].0
170+
uses: actions/[email protected].1
171171
with:
172172
name: PROJ
173173
path: dist/
@@ -189,7 +189,7 @@ jobs:
189189
uses: ./.github/actions/prepare-build-env
190190

191191
- name: Restore previous build artifacts
192-
uses: actions/[email protected].8
192+
uses: actions/[email protected].9
193193
with:
194194
pattern: '{SQLite,PROJ}'
195195
path: dist/
@@ -219,7 +219,7 @@ jobs:
219219
emmake make install -j$(nproc)
220220
221221
- name: Upload build artifacts
222-
uses: actions/[email protected].0
222+
uses: actions/[email protected].1
223223
with:
224224
name: GDAL
225225
path: dist/
@@ -241,7 +241,7 @@ jobs:
241241
uses: ./.github/actions/prepare-build-env
242242

243243
- name: Restore previous build artifacts
244-
uses: actions/[email protected].8
244+
uses: actions/[email protected].9
245245
with:
246246
pattern: '{GDAL,GEOS,PROJ,libxml2}'
247247
path: dist/
@@ -280,7 +280,7 @@ jobs:
280280
cp ../src/*.h $GITHUB_WORKSPACE/dist/include
281281
282282
- name: Upload build artifacts
283-
uses: actions/[email protected].0
283+
uses: actions/[email protected].1
284284
with:
285285
name: MapServer
286286
path: dist/
@@ -302,7 +302,7 @@ jobs:
302302
uses: ./.github/actions/prepare-build-env
303303

304304
- name: Restore previous build artifacts
305-
uses: actions/[email protected].8
305+
uses: actions/[email protected].9
306306
with:
307307
name: MapServer
308308
path: dist/
@@ -314,7 +314,7 @@ jobs:
314314
run: emmake make
315315

316316
- name: Upload build artifacts
317-
uses: actions/[email protected].0
317+
uses: actions/[email protected].1
318318
with:
319319
name: WASM
320320
path: |
@@ -338,7 +338,7 @@ jobs:
338338
uses: ./.github/actions/prepare-build-env
339339

340340
- name: Restore previous build artifacts
341-
uses: actions/[email protected].8
341+
uses: actions/[email protected].9
342342
with:
343343
name: WASM
344344
path: dist/

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: ./.github/actions/prepare-build-env
3333

3434
- name: Download wasm-pack build output
35-
uses: actions/[email protected].8
35+
uses: actions/[email protected].9
3636
with:
3737
name: WASM
3838
path: dist/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
|Name|Version|Home page|License|Status|
2828
|----|-------|---------|-------|-------|
2929
|**MapServer**|8.4.0|https://mapserver.org/|MIT||
30-
|**GDAL/OGR**|3.10.1|https://gdal.org/|MIT/X style||
30+
|**GDAL/OGR**|3.10.2|https://gdal.org/|MIT/X style||
3131
|**PROJ**|9.5.1|https://proj.org/|MIT/X style||
3232
|**GEOS**|3.13.0|https://libgeos.org/|LGPL-2.1||
33-
|**SQLite**|3.48.0|https://www.sqlite.org/|Public Domain||
33+
|**SQLite**|3.49.1|https://www.sqlite.org/|Public Domain||
3434
|**Libxml2**|2.13.5|http://xmlsoft.org/|MIT||
3535

36-
✅ up-to-date | 🚧 needs-update | Last update check 17.01.2025
36+
✅ up-to-date | 🚧 needs-update | Last update check 02.03.2025
3737

3838
# Getting started
3939

0 commit comments

Comments
 (0)