Skip to content

Commit cd31999

Browse files
Bump supercharge/mongodb-github-action in the actions group
Bumps the actions group with 1 update: [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action). Updates `supercharge/mongodb-github-action` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](supercharge/mongodb-github-action@1.11.0...1.12.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27039c3 commit cd31999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 3 deletions
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)