diff --git a/.github/workflows/e2e-third-party.yml b/.github/workflows/e2e-third-party.yml index 0ba0cdd41fa..d4570351646 100644 --- a/.github/workflows/e2e-third-party.yml +++ b/.github/workflows/e2e-third-party.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-20.04 services: mongodb: - image: mongo:4 + image: mongo:4.4 ports: - 27017:27017 # We need mailhog to catch any emails the api tries to send. diff --git a/.github/workflows/e2e-web.yml b/.github/workflows/e2e-web.yml index ded0c51991b..76776003dd0 100644 --- a/.github/workflows/e2e-web.yml +++ b/.github/workflows/e2e-web.yml @@ -75,7 +75,7 @@ jobs: spec: cypress/e2e/default/**/*.js services: mongodb: - image: mongo:4 + image: mongo:4.4 ports: - 27017:27017 # We need mailhog to catch any emails the api tries to send.