File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v4
40
40
with :
41
41
ref : ${{ inputs.ref }}
42
- - uses : actions/setup-python@v3
42
+ - uses : actions/setup-python@v5
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 72
72
pip install hatch
73
73
fi
74
74
- name : Start MongoDB
75
- uses : supercharge/mongodb-github-action@1.10 .0
75
+ uses : supercharge/mongodb-github-action@1.11 .0
76
76
with :
77
77
mongodb-version : 6.0
78
78
- name : Run tests
94
94
run : |
95
95
pip install -U hatch pip
96
96
- name : Start MongoDB
97
- uses : supercharge/mongodb-github-action@1.10 .0
97
+ uses : supercharge/mongodb-github-action@1.11 .0
98
98
with :
99
99
mongodb-version : ' 8.0.0-rc4'
100
100
- name : Run tests
@@ -201,7 +201,7 @@ jobs:
201
201
# Test sdist on lowest supported Python
202
202
python-version : ' 3.8'
203
203
- name : Start MongoDB
204
- uses : supercharge/mongodb-github-action@1.10 .0
204
+ uses : supercharge/mongodb-github-action@1.11 .0
205
205
- name : Run connect test from sdist
206
206
shell : bash
207
207
run : |
You can’t perform that action at this time.
0 commit comments