From c41a4a0fddbe70e459f0c5e8e346fdbacc19ffcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:31:58 -0400 Subject: [PATCH] chore(deps): update redis docker tag to v7.2.0 (#11924) 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 097bba573a..16d171c2c6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,7 +63,7 @@ jobs: - 5432:5432 redis: - image: 'redis:7.0.12' + image: 'redis:7.2.0' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"