From 27abd0c3045e720ab1fb59af271de65568674b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:30:40 +0000 Subject: [PATCH] Build(deps): bump niden/actions-memcached from 7 to 8 Bumps [niden/actions-memcached](https://github.com/niden/actions-memcached) from 7 to 8. - [Release notes](https://github.com/niden/actions-memcached/releases) - [Commits](https://github.com/niden/actions-memcached/compare/v7...v8) --- updated-dependencies: - dependency-name: niden/actions-memcached dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39fd93795..d350ef93b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Install service memcached - uses: niden/actions-memcached@v7 + uses: niden/actions-memcached@v8 - name: Checkout uses: actions/checkout@v6