From b962f5398f48ccf1cf40099493012d5540716d62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:14:11 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78c0952..56c62c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: services: redis: - image: redis:7.4.5-alpine + image: redis:8.10.1-alpine ports: - 6379:6379 options: >-