42
42
# which runs pre-configured linter & autoformatter
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@v3
46
- - uses : actions/setup-python@v4
45
+ - uses : actions/checkout@v4
46
+ - uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ' 3.9'
49
49
check-latest : true
89
89
MONGODB : $MONGODB_7_0
90
90
PYMONGO : $PYMONGO_4_8
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
- name : Set up Python ${{ matrix.python-version }}
94
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ${{ matrix.python-version }}
97
97
check-latest : true
@@ -119,9 +119,9 @@ jobs:
119
119
# builds are visible at https://readthedocs.org/projects/mongoengine-odm/builds/
120
120
runs-on : ubuntu-latest
121
121
steps :
122
- - uses : actions/checkout@v3
122
+ - uses : actions/checkout@v4
123
123
- name : Set up Python ${{ matrix.python-version }}
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : 3.9
127
127
check-latest : true
@@ -138,8 +138,8 @@ jobs:
138
138
runs-on : ubuntu-latest
139
139
needs : [linting, test, build_doc_dryrun]
140
140
steps :
141
- - uses : actions/checkout@v3
142
- - uses : actions/setup-python@v4
141
+ - uses : actions/checkout@v4
142
+ - uses : actions/setup-python@v5
143
143
with :
144
144
python-version : 3.9
145
145
check-latest : true
@@ -153,9 +153,9 @@ jobs:
153
153
needs : [linting, test, build_doc_dryrun, build-dryrun]
154
154
if : github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')
155
155
steps :
156
- - uses : actions/checkout@v3
156
+ - uses : actions/checkout@v4
157
157
- name : Set up Python 3.9
158
- uses : actions/setup-python@v4
158
+ uses : actions/setup-python@v5
159
159
with :
160
160
python-version : 3.9
161
161
check-latest : true
0 commit comments