From fa778ada6dd205014909eb05e7d3ff622560d157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 06:21:02 -0500 Subject: [PATCH] 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](https://github.com/supercharge/mongodb-github-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 2 +- .github/workflows/test-python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c28e954e..52eb260c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,7 +29,7 @@ jobs: cache: 'pip' cache-dependency-path: '**/setup.cfg' - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 6.0 - name: Install tox diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 75f1f946..6f279651 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -50,7 +50,7 @@ jobs: echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV - name: Start MongoDB on Linux if: ${{ startsWith(runner.os, 'Linux') }} - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.4 mongodb-replica-set: test-rs