From 961f8adbad2cf1c6bfbb31fd0c0e85df00af7792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:07:51 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v8.8.0 --- .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 930fe56..abe4300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: services: redis: - image: redis:8.6.1 + image: redis:8.8.0 ports: - 6379:6379 options: >-