Skip to content

Commit a1e6811

Browse files
Bump supercharge/mongodb-github-action from 1.11.0 to 1.12.0 in the actions group (#2046)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27039c3 commit a1e6811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test-python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
pip install hatch
8888
fi
8989
- name: Start MongoDB
90-
uses: supercharge/mongodb-github-action@1.11.0
90+
uses: supercharge/mongodb-github-action@1.12.0
9191
with:
9292
mongodb-version: 6.0
9393
- name: Run tests
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
pip install -U hatch pip
117117
- name: Start MongoDB
118-
uses: supercharge/mongodb-github-action@1.11.0
118+
uses: supercharge/mongodb-github-action@1.12.0
119119
with:
120120
mongodb-version: '8.0.0-rc4'
121121
- name: Run tests
@@ -230,7 +230,7 @@ jobs:
230230
# Test sdist on lowest supported Python
231231
python-version: '3.9'
232232
- name: Start MongoDB
233-
uses: supercharge/mongodb-github-action@1.11.0
233+
uses: supercharge/mongodb-github-action@1.12.0
234234
- name: Run connect test from sdist
235235
shell: bash
236236
run: |

0 commit comments

Comments
 (0)