From 7cf61dae8dfffac39955957356b583bfd3c3c8a4 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:41:56 +0530 Subject: [PATCH] fix(actions): bump mongodb to 4.4 explicitly (#48362) --- .github/workflows/e2e-third-party.yml | 2 +- .github/workflows/e2e-web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.