From c3b0e26d35f2aa413e9ef052bdc4db676e8b0c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 08:01:35 +0000 Subject: [PATCH] chore(deps): update supercharge/redis-github-action action to v1.8.1 --- .github/actions/setup-databases/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-databases/action.yml b/.github/actions/setup-databases/action.yml index e02093e96d6..e702e442c9a 100644 --- a/.github/actions/setup-databases/action.yml +++ b/.github/actions/setup-databases/action.yml @@ -20,6 +20,6 @@ runs: mongodb-version: ${{ inputs.mongodb-version }} - name: Start Redis - uses: supercharge/redis-github-action@1.8.0 + uses: supercharge/redis-github-action@1.8.1 with: redis-version: ${{ inputs.redis-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bbacb7e429..72f48be1871 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: mongodb-version: 4.4 - name: Start Redis - uses: supercharge/redis-github-action@1.8.0 + uses: supercharge/redis-github-action@1.8.1 with: redis-version: 6 - name: Setup pnpm