From f1e2342d6730243b218577242056cf048728d02d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 15:42:37 -0400 Subject: [PATCH] chore(deps): update redis docker tag to v7 (#10830) 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 6cea98c786..d7b938a4b4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: - 5432:5432 redis: - image: 'redis:2.8.23' + image: 'redis:7.0.11' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"