From 686ba9250ac349d6d99745f2ccd7a067b1656032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:38:04 +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 33ed1b4..bfc6482 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.8.1-alpine ports: - 6379:6379 options: >-