Skip to content

Commit fa778ad

Browse files
Bump supercharge/mongodb-github-action from 1.10.0 to 1.11.0 in the actions group (#214)
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.10.0 to 1.11.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.10.0...1.11.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79c834f commit fa778ad

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
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'pip'
3030
cache-dependency-path: '**/setup.cfg'
3131
- name: Start MongoDB
32-
uses: supercharge/mongodb-github-action@1.10.0
32+
uses: supercharge/mongodb-github-action@1.11.0
3333
with:
3434
mongodb-version: 6.0
3535
- name: Install tox

.github/workflows/test-python.yml

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

0 commit comments

Comments
 (0)