From a4bdbe05ad1faee775b9f2b6ce6201af39157091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:13:27 +0000 Subject: [PATCH] chore: update supercharge/redis-github-action action to v1.6.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..4febc3ba7 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.6.0 with: redis-version: ${{ matrix.redis-version }} - name: Start MongoDB Windows