From bb812937f71c3579903b56a5ace3697309b8385b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:57:22 -0400 Subject: [PATCH] chore(deps): update redis docker tag to v7.2.2 (#12097) 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 b6e3ed72c0..196d3eea20 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,7 +63,7 @@ jobs: - 5432:5432 redis: - image: 'redis:7.2.1' + image: 'redis:7.2.2' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"