From cbb1b1beb8a9929e6fc8625b522e71b8abd89b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:46:49 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v8 --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index c5bdfd2..c90fb81 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -13,7 +13,7 @@ jobs: options: --security-opt seccomp=unconfined services: redis: - image: redis:5.0.14 + image: redis:8.10.0 ports: - 6379:6379 options: --entrypoint redis-server