From 9f1ba98664a98a9ee4cd442cd1aae597466b4e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:28:30 +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 33ed1b44..ca38d772 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: >-