Skip to content

Commit 421a5a2

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 457cae2 commit 421a5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: 'pip'
3232
cache-dependency-path: '**/setup.cfg'
3333
- name: Start MongoDB
34-
uses: supercharge/mongodb-github-action@1.11.0
34+
uses: supercharge/mongodb-github-action@1.12.0
3535
with:
3636
mongodb-version: 6.0
3737
- name: Install tox

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
5555
- name: Start MongoDB on Linux
5656
if: ${{ startsWith(runner.os, 'Linux') }}
57-
uses: supercharge/mongodb-github-action@1.11.0
57+
uses: supercharge/mongodb-github-action@1.12.0
5858
with:
5959
mongodb-version: 4.4
6060
mongodb-replica-set: test-rs

0 commit comments

Comments
 (0)