From 7ebdfe71533ef6079431d997a621415cb8ea6125 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:13:10 -0400 Subject: [PATCH] chore(deps): update mongo docker tag to v7 (#11928) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 80e8d4e1ed..097bba573a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -75,7 +75,7 @@ jobs: - 6379:6379 mongo: - image: 'mongo:6.0' + image: 'mongo:7.0' ports: # Maps port 27017 on service container to the host - 27017:27017