From ced59be2b6035e50fa9c72fb3f451e4600a18f59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:09:39 +0000 Subject: [PATCH] chore: update supercharge/redis-github-action action to v1.8.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f9f63ab0f..9686451e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: mongodb-version: ${{ matrix.mongodb-version }} - name: Start Redis Ubuntu if: matrix.os == 'ubuntu-latest' - uses: supercharge/redis-github-action@1.4.0 + uses: supercharge/redis-github-action@1.8.0 with: redis-version: ${{ matrix.redis-version }} - name: Start MongoDB Windows