File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
name : " ${{ matrix.os }} Python: ${{ matrix.python-version }}"
22
22
services :
23
23
redis :
24
- image : redis:6.2 -alpine
24
+ image : redis:8.0 -alpine
25
25
ports :
26
26
- 6379:6379
27
27
memcached :
28
28
image : memcached:1.6-alpine
29
29
ports :
30
30
- 11211:11211
31
31
mysql :
32
- image : mysql:8.0.27
32
+ image : mysql:9.3.0
33
33
env :
34
34
MYSQL_ALLOW_EMPTY_PASSWORD : yes
35
35
ports :
36
36
- 3306:3306
37
37
postgresql :
38
- image : postgis/postgis:14 -3.5-alpine
38
+ image : postgis/postgis:17 -3.5-alpine
39
39
env :
40
40
POSTGRES_HOST_AUTH_METHOD : trust
41
41
ports :
@@ -45,17 +45,17 @@ jobs:
45
45
run : |
46
46
sudo apt-get update
47
47
sudo apt-get install binutils libproj-dev gdal-bin libmemcached-dev libsqlite3-mod-spatialite
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
with :
50
50
fetch-depth : 0
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v4
52
+ uses : actions/setup-python@v5
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
- name : Install dependencies
56
56
run : |
57
57
pip install -U "pip>=23.1.1"
58
- pip install -U "tox-gh-actions==3.1 .0" coverage
58
+ pip install -U "tox-gh-actions==3.3 .0" coverage
59
59
- name : Log versions
60
60
run : |
61
61
python --version
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
permissions :
11
11
id-token : write
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python 3.9
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.9
20
20
- name : Install dependencies
26
26
- name : Build
27
27
run : python -m build
28
28
- name : Publish to PyPI
29
- uses : pypa/gh-action-pypi-publish@v1.8.5
29
+ uses : pypa/gh-action-pypi-publish@v1.12.4
30
30
with :
31
31
skip-existing : true
32
32
verbose : true
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
permissions :
39
39
id-token : write
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
with :
43
43
ref : ${{ needs.determine-tag.outputs.release-tag }}
44
44
fetch-depth : 0
45
45
- name : Set up Python 3.9
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : 3.9
49
49
- name : Install dependencies
53
53
- name : Build
54
54
run : python -m build
55
55
- name : Publish to PyPI
56
- uses : pypa/gh-action-pypi-publish@v1.8.5
56
+ uses : pypa/gh-action-pypi-publish@v1.12.4
57
57
with :
58
58
skip-existing : true
59
59
verbose : true
You can’t perform that action at this time.
0 commit comments