diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index ddfc1b44..c2646ad8 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -61,7 +61,7 @@ jobs: - name: Copy the test settings file run: cp .github/workflows/mongodb_settings.py django_repo/tests/ - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 4.4 - name: Run tests