diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2281253c..df14c323 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Start Redis v${{ matrix.redis }} - uses: superchargejs/redis-github-action@1.4.0 + uses: superchargejs/redis-github-action@1.5.0 with: redis-version: ${{ matrix.redis }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 69412e44..f36adc8e 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Start Redis v6 - uses: superchargejs/redis-github-action@1.4.0 + uses: superchargejs/redis-github-action@1.5.0 with: redis-version: 6