From b8a1665c8114a754889e28445de88edf766c37d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:34:42 +0000 Subject: [PATCH] build(deps): Bump supercharge/mongodb-github-action from 1.8.0 to 1.12.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.8.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](https://github.com/supercharge/mongodb-github-action/compare/1.8.0...1.12.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test_api.yaml | 2 +- .github/workflows/test_client_e2e.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_api.yaml b/.github/workflows/test_api.yaml index 9fc585f2..fdf85a6c 100644 --- a/.github/workflows/test_api.yaml +++ b/.github/workflows/test_api.yaml @@ -19,7 +19,7 @@ jobs: python-version: 3.9 - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 4.4 diff --git a/.github/workflows/test_client_e2e.yaml b/.github/workflows/test_client_e2e.yaml index ae3f72b4..39573dee 100644 --- a/.github/workflows/test_client_e2e.yaml +++ b/.github/workflows/test_client_e2e.yaml @@ -27,7 +27,7 @@ jobs: uvicorn app:app --port 9090 & bash -c 'while ! curl -s http://localhost:9090 > /dev/null; do sleep 1; done' - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 4.4 @@ -69,7 +69,7 @@ jobs: uvicorn app:app --port 9090 & bash -c 'while ! curl -s http://localhost:9090 > /dev/null; do sleep 1; done' - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 4.4 @@ -105,7 +105,7 @@ jobs: uvicorn app:app --port 9090 & bash -c 'while ! curl -s http://localhost:9090 > /dev/null; do sleep 1; done' - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.8.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: 4.4