diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f485d73..8035af2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: override: true # Starts Redis server needed by hitbox-redis for integration tests. - name: Start Redis - uses: supercharge/redis-github-action@1.4.0 + uses: supercharge/redis-github-action@1.6.0 with: redis-version: ${{ matrix.redis-version }} - name: Run tests