From 7abaf570a26e1c8fec2188c6dcb789d322e69fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:45:13 +0000 Subject: [PATCH] chore(deps): update memcached docker tag to v1.6.40 --- .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 6857121..a150c40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest services: memcached: - image: memcached:1.6.38 + image: memcached:1.6.40 ports: - 11211:11211 options: >-