diff --git a/.github/workflows/test_api.yaml b/.github/workflows/test_api.yaml index 9fc585f..fdf85a6 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 ae3f72b..39573de 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