Skip to content

Commit 66c8f3f

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

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)