From 269382e03df3df27f46f563fcd09865ca9e6700e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:30:46 -0400 Subject: [PATCH] chore(deps): update redis docker tag to v2.8.23 (#10811) 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 49e67166d5..e062057a00 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: - 5432:5432 redis: - image: 'redis:2.8.9' + image: 'redis:2.8.23' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"